diff options
Diffstat (limited to 'install/install_linux.sh')
-rwxr-xr-x | install/install_linux.sh | 2 |
1 files changed, 1 insertions, 1 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 |