aboutsummaryrefslogtreecommitdiff
path: root/install/install_mac.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-xinstall/install_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh
index 3250bd6..98fc1fc 100755
--- a/install/install_mac.sh
+++ b/install/install_mac.sh
@@ -46,7 +46,7 @@ if [ $res -eq 1 ]; then
# 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
+ git clone https://github.com/jeffreytse/zsh-vi-mode ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-vi-mode
tput rc; tput ed
fi