From 4de81a1eced51c26701dfc66ab9ac8fe57301d7c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 14 Mar 2016 12:09:35 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20manage=20ssh-agent=20with=20oh-?= =?UTF-8?q?my-zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 5f089b4..0dec9d2 100644 --- a/zshrc +++ b/zshrc @@ -45,8 +45,7 @@ COMPLETION_WAITING_DOTS="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(ssh-agent sudo git git-flow brew) -zstyle :omz:plugins:ssh-agent identities id_lease +plugins=(sudo git git-flow brew) source $ZSH/oh-my-zsh.sh # User configuration