From e34038a27a28a3f7660444d24fb543d513dec63e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 6 Dec 2014 17:02:09 -0500 Subject: [PATCH] fix the problems of my zsh setup script --- other/zsh/setup.sh | 4 ++-- 1 file 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 -- 2.20.1