Skip to content

Commit

Permalink
Update devenvdevilbox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanaxe committed Dec 27, 2022
1 parent 149dfa2 commit dcabb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenvdevilbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit dcabb4a

Please sign in to comment.