zshrc: update plugins array

This commit is contained in:
surtur 2021-09-01 17:05:34 +02:00
parent 2cdbcfeb45
commit 145c9e5c15
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
.zshrc

@ -101,7 +101,7 @@
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
plugins=(asdf safe-paste docker dotnet firewalld fzf golang terraform torrent vagrant )
plugins=(asdf safe-paste docker firewalld fzf golang terraform torrent vagrant sudo lol)
source $ZSH/oh-my-zsh.sh
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)