From b8738027ea8e9e51ea4a488c905e59703e90f8c3 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Mon, 16 Dec 2013 11:40:02 +0100 Subject: [PATCH] Fix update script. --- update-home.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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