From 1ce42650726e28a1a0df546c4d63e5e457c35791 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sat, 27 Oct 2012 13:27:20 -0200 Subject: [PATCH] disable ssh-agent. --- templates/zshrc-linux.zsh | 2 +- templates/zshrc-mac.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 7353f86bf..8a4339709 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -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` diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index b6a1bb9b7..82ffeec29 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -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`