aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall/install_linux.sh2
-rwxr-xr-xinstall/install_mac.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh
index 2486a2f..392972e 100755
--- a/install/install_linux.sh
+++ b/install/install_linux.sh
@@ -39,7 +39,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
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