mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-22 08:05:07 +03:00
Remove update of oh-my-zsh
This commit is contained in:
parent
ab0ba8ba52
commit
9f10a53aad
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@ set -e
|
||||||
CURRENTDIR="$(pwd)"
|
CURRENTDIR="$(pwd)"
|
||||||
|
|
||||||
cd $HOME/.dotfiles
|
cd $HOME/.dotfiles
|
||||||
echo "1) Upgrading dotfiles"
|
echo "Upgrading dotfiles"
|
||||||
|
|
||||||
# ignore local changes
|
# ignore local changes
|
||||||
|
|
||||||
|
@ -20,6 +20,4 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
sh tools/relink.sh
|
sh tools/relink.sh
|
||||||
echo "2) Upgrading oh-my-zsh"
|
|
||||||
zsh -c "source $ZSH/oh-my-zsh.sh && omz update" > /dev/null
|
|
||||||
cd $CURRENTDIR
|
cd $CURRENTDIR
|
||||||
|
|
Loading…
Reference in a new issue