zshrc(plugins): split the array to multiple lines

This commit is contained in:
surtur 2022-07-03 12:11:00 +02:00
parent 085ae5852e
commit a96f4d335c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

10
.zshrc

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