zshrc: rm unused plugins

This commit is contained in:
surtur 2022-03-26 00:20:42 +01:00
parent 31478dfdb6
commit aac58fc62a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
.zshrc
View File

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