From a20cf482f8e8b68231f59d19cc4620d5892e00ba Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Mon, 3 Jan 2022 15:25:38 +0000 Subject: [PATCH] Remove unused plugins --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7bc2443..8089104 100644 --- a/.zshrc +++ b/.zshrc @@ -89,7 +89,7 @@ DISABLE_UPDATE_PROMPT="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(battery brew golang lein osx zsh-syntax-highlighting) +plugins=(battery golang zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh