aboutsummaryrefslogtreecommitdiff
path: root/install/install_linux.sh
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-10-11 12:37:09 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-10-11 12:37:09 +0200
commit8724ab1841f647603287d23f3f566a066143bcf0 (patch)
tree912737affcbd0f018f400876b40fa5f5d1e4d795 /install/install_linux.sh
parentbc91e333326c7a93803962443f3f767f15c10706 (diff)
downloaddotfiles-8724ab1841f647603287d23f3f566a066143bcf0.tar.gz
dotfiles-8724ab1841f647603287d23f3f566a066143bcf0.zip
Fix zsh-vi-mode install
Diffstat (limited to 'install/install_linux.sh')
-rwxr-xr-xinstall/install_linux.sh2
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