diff options
author | Amin Bandali <me@aminb.org> | 2014-12-06 17:02:09 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-12-06 17:02:09 -0500 |
commit | e34038a27a28a3f7660444d24fb543d513dec63e (patch) | |
tree | 9b5bcaa25cb6be001ab9cd0d04cfcd9e5a3a98c1 /other/zsh | |
parent | 4ee9d6ac59312b8fa63a4d4f56190c7dafe44305 (diff) | |
download | configs-e34038a27a28a3f7660444d24fb543d513dec63e.tar.gz configs-e34038a27a28a3f7660444d24fb543d513dec63e.tar.xz configs-e34038a27a28a3f7660444d24fb543d513dec63e.zip |
fix the problems of my zsh setup script
Diffstat (limited to 'other/zsh')
-rwxr-xr-x | other/zsh/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/zsh/setup.sh b/other/zsh/setup.sh index 564936a..760392b 100755 --- a/other/zsh/setup.sh +++ b/other/zsh/setup.sh @@ -1,7 +1,7 @@ -#! /bin/bash +#! /bin/zsh # clone my prezto fork -git clone https://git.aminb.org/prezto $HOME/.zprezto +git clone --recursive https://git.aminb.org/prezto $HOME/.zprezto # setup the symlinks setopt EXTENDED_GLOB |