From 1e87c22d49aa87dd2204b6887fe99416bab71e76 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 27 Sep 2016 20:07:34 +0100 Subject: [PATCH] Add ssh keys --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index cb9616c..27856b3 100644 --- a/zshrc +++ b/zshrc @@ -45,7 +45,8 @@ 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) +plugins=(sudo git git-flow brew ssh-agent) +zstyle :omz:plugins:ssh-agent identities id_jmb id_github source $ZSH/oh-my-zsh.sh # User configuration