1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[install] Update zsh syntax highlighting

This commit is contained in:
Hyacinthe Cartiaux 2013-05-03 00:26:16 +02:00
parent 5c4576cca9
commit d7e579d773

View file

@ -13,7 +13,8 @@ cd ~
mkdir ~/.zsh
cd ~/.zsh
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
[[ ! -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 )
ln -sf $DOTFILES/zsh/prompt_hyacinthe_setup ~/.zsh/prompt_hyacinthe_setup
ln -sf $DOTFILES/zsh/zshrc ~/.zshrc