mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 15:45:06 +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)"
|
||||
|
||||
cd $HOME/.dotfiles
|
||||
echo "1) Upgrading dotfiles"
|
||||
echo "Upgrading dotfiles"
|
||||
|
||||
# ignore local changes
|
||||
|
||||
|
@ -20,6 +20,4 @@ else
|
|||
exit 1
|
||||
fi
|
||||
sh tools/relink.sh
|
||||
echo "2) Upgrading oh-my-zsh"
|
||||
zsh -c "source $ZSH/oh-my-zsh.sh && omz update" > /dev/null
|
||||
cd $CURRENTDIR
|
||||
|
|
Loading…
Reference in a new issue