1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Use -p parameter for mkdir

This commit is contained in:
Hyacinthe Cartiaux 2013-05-03 00:27:15 +02:00
parent d7e579d773
commit 79a3949089

View file

@ -11,7 +11,7 @@ cd ~
## zsh
mkdir ~/.zsh
mkdir -p ~/.zsh
cd ~/.zsh
[[ ! -d ~/.zsh/zsh-syntax-highlighting ]] && git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
[[ -d ~/.zsh/zsh-syntax-highlighting ]] && (cd ~/.zsh/zsh-syntax-highlighting ; git pull )