From a42980c6ab46fb507e1af04ee3d0d048048bbb67 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 27 Sep 2016 20:12:23 +0100 Subject: [PATCH] =?UTF-8?q?ssh-agent=20plugin=20doesn=E2=80=99t=20work=20a?= =?UTF-8?q?s=20desired?= 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 27856b3..cb9616c 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=(sudo git git-flow brew ssh-agent) -zstyle :omz:plugins:ssh-agent identities id_jmb id_github +plugins=(sudo git git-flow brew) source $ZSH/oh-my-zsh.sh # User configuration