From 7be8212634c976a73beac63d49e7158d6ec55aac Mon Sep 17 00:00:00 2001 From: "cadusk@yahoo.com.br" Date: Tue, 22 May 2012 13:47:50 -0300 Subject: [PATCH] Removido plugin 'osx' da inicializacao automatica. --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index c717f2976..57162633a 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -32,7 +32,7 @@ DISABLE_AUTO_UPDATE="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=(git osx python virtualenvwrapper vim-override) +plugins=(git python virtualenvwrapper vim-override) source $ZSH/oh-my-zsh.sh