mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
fix issue that prevented update of zsh plugins
This commit is contained in:
parent
6210b04400
commit
61f2739e38
|
@ -15,6 +15,9 @@ function _update_dotfiles_update() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _upgrade_dotfiles() {
|
function _upgrade_dotfiles() {
|
||||||
|
if [ -z $ZSH ]; then
|
||||||
|
ZSH="$HOME/.oh-my-zsh" # TODO: this is hard-coded, find a better way to do this
|
||||||
|
fi
|
||||||
(cd $DOTFILES; git pull -q --rebase && echo "Succesfully upgraded dotfiles" || echo "Could not upgrade dotfiles.")
|
(cd $DOTFILES; git pull -q --rebase && echo "Succesfully upgraded dotfiles" || echo "Could not upgrade dotfiles.")
|
||||||
# amix's vimrc update
|
# amix's vimrc update
|
||||||
amix_vimrc=$HOME/.vim_runtime
|
amix_vimrc=$HOME/.vim_runtime
|
||||||
|
|
Loading…
Reference in New Issue
Block a user