Remove unused plugins

This commit is contained in:
Edward Dorrington
2022-01-03 15:25:38 +00:00
parent c02dd28109
commit a20cf482f8

2
.zshrc
View File

@@ -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