From 4f60c945eb3d0fb8d19461d15f28f0213380235a Mon Sep 17 00:00:00 2001 From: "kujiu (@ciredutemps)" Date: Thu, 23 Apr 2020 01:20:19 +0200 Subject: [PATCH] Update script --- update-home.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-home.sh b/update-home.sh index 105f034..5796219 100755 --- a/update-home.sh +++ b/update-home.sh @@ -20,6 +20,8 @@ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh mkdir -p ~/.oh-my-zsh/custom/plugins git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting +git clone https://github.com/zsh-users/zsh-history-substring-search ~/.oh-my-zsh/custom/plugins/zsh-history-substring-search + touch ~/.zshrc-local