Add ssh-agent

This commit is contained in:
CramMK
2020-02-20 16:17:26 +01:00
parent 3acab0ff84
commit 54cbffb434
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ My personal configurations, managed with the 'dotdrop' submodule.
| VIM-Theme | OneDark | | VIM-Theme | OneDark |
| VIM-Bar | lightline | | VIM-Bar | lightline |
| Bar | i3Bar | | Bar | i3Bar |
| Terminal-Mailing | mutt |
| Transparency | picom | | Transparency | picom |
| Wallpaper | teh | | Wallpaper | teh |

View File

@@ -11,8 +11,13 @@ plugins=(
common-aliases common-aliases
compleat compleat
history history
ssh-agent
) )
{%@@ if profile == "work" @@%}
zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab
{%@@ endif @@%}
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
export TERM="xterm-256color" export TERM="xterm-256color"
export EDITOR="vim" export EDITOR="vim"