From 145c9e5c158b59e3a191a218180ca7fd4d055424 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 1 Sep 2021 17:05:34 +0200 Subject: [PATCH] zshrc: update plugins array --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ff98392..a222a7c 100644 --- a/.zshrc +++ b/.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)