diff options
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-x | install/install_mac.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh index c2c46a8..3250bd6 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -45,6 +45,8 @@ if [ $res -eq 1 ]; then git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # Zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting + # Zsh-vi-mode + git clone https://github.com/jeffreytse/zsh-vi-mode $ZSH_CUSTOM/plugins/zsh-vi-mode tput rc; tput ed fi |