zshrc(plugins): split the array to multiple lines
This commit is contained in:
parent
085ae5852e
commit
a96f4d335c
10
.zshrc
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)
|
||||
|
Loading…
Reference in New Issue
Block a user