From 638819a22b092e1efa6b4007392fc51685a64dc8 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sun, 19 Jul 2015 09:40:07 -0400 Subject: [PATCH] simplified initialization scripts --- templates/zshrc-mac.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 858e564d4..067f332e0 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -33,7 +33,7 @@ DISABLE_VENV_CD="1" # 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=(git gitfast heroku postgres tmux vim-override) +plugins=(git gitfast tmux vim-override) # User configuration if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi