disable ssh-agent.

This commit is contained in:
Carlos Cardoso 2012-10-27 13:27:20 -02:00
commit 1ce4265072
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ DISABLE_VENV_CD="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 tmux ssh-agent debian python pythonbrew vim-override virtualenvwrapper)
plugins=(git tmux debian python pythonbrew vim-override virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`

View file

@ -32,7 +32,7 @@ DISABLE_VENV_CD="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 tmux ssh-agent python pythonbrew vim-override virtualenvwrapper)
plugins=(git tmux python pythonbrew vim-override virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`