From dcabb4a3804d7b31676faef63351d659b3ba66cf Mon Sep 17 00:00:00 2001 From: Jonatan Machado Date: Tue, 27 Dec 2022 15:38:57 -0300 Subject: [PATCH] Update devenvdevilbox.sh --- devenvdevilbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenvdevilbox.sh b/devenvdevilbox.sh index 7a47788..ef96804 100755 --- a/devenvdevilbox.sh +++ b/devenvdevilbox.sh @@ -85,7 +85,7 @@ pluginzsh(){ then sudo usermod --shell $(which zsh) $USER git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting - git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions + git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install echo "***Plugin zsh done!"