From a96f4d335c7462032612915855dc611356e549bf Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 3 Jul 2022 12:11:00 +0200 Subject: [PATCH] zshrc(plugins): split the array to multiple lines --- .zshrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9ba4901..7110a66 100644 --- a/.zshrc +++ b/.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)