From b6b6930e74d99ce04e0f003afc6f60d7d0c30887 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Mon, 30 Mar 2015 16:00:19 -0700 Subject: [PATCH] Removed git plugin which was making way too many aliases that I never use --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3de175f..f54ec92 100644 --- a/.zshrc +++ b/.zshrc @@ -78,7 +78,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 emoji-clock git golang lein osx zsh-syntax-highlighting) +plugins=(battery brew emoji-clock golang lein osx zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh