Add identities to agent

This commit is contained in:
CramMK
2020-04-08 10:43:01 +02:00
parent b3ede1c606
commit 626a39bfcc
2 changed files with 3 additions and 3 deletions

View File

@@ -15,11 +15,11 @@ plugins=(
)
{%@@ if profile == "work" @@%}
zstyle :omz:plugins:ssh-agent identities
zstyle :omz:plugins:ssh-agent identities genua_internal gerrit
{%@@ endif @@%}
{%@@ if profile == "laptop" @@%}
zstyle :omz:plugins:ssh-agent identities
zstyle :omz:plugins:ssh-agent identities github
{%@@ endif @@%}
source $ZSH/oh-my-zsh.sh