diff --git a/update-home.sh b/update-home.sh index a7e5bfb..3f39cd8 100755 --- a/update-home.sh +++ b/update-home.sh @@ -13,9 +13,7 @@ rm -rf ~/.oh-my-zsh git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh mkdir -p ~/.oh-my-zsh/custom/plugins -pushd ~/.oh-my-zsh/custom/plugins -git clone git://github.com/zsh-users/zsh-syntax-highlighting.git -popd +git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting touch ~/.zshrc-local