From b31677dbefe8ff67de0b78c38ce37668d03e132d Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Tue, 2 Feb 2016 14:53:49 +0100 Subject: [PATCH] add shh-agent stuff to zshrc --- ohmyzshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ohmyzshrc b/ohmyzshrc index aefe3bf..3a29559 100644 --- a/ohmyzshrc +++ b/ohmyzshrc @@ -53,7 +53,9 @@ ZSH_THEME="clean" # 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=(git cp dirpersist tmux debian virtualenvwrapper) +plugins=(git cp dirpersist tmux debian virtualenvwrapper ssh-agent) + +zstyle :omz:plugins:ssh-agent identities id_rsa id_sss # User configuration