From 54cbffb434d3a43413d3e9a6e420e6fc4d26c7b7 Mon Sep 17 00:00:00 2001 From: CramMK Date: Thu, 20 Feb 2020 16:17:26 +0100 Subject: [PATCH] Add ssh-agent --- README.md | 1 + dotfiles/zshrc | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 0660300..c664b4a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ My personal configurations, managed with the 'dotdrop' submodule. | VIM-Theme | OneDark | | VIM-Bar | lightline | | Bar | i3Bar | +| Terminal-Mailing | mutt | | Transparency | picom | | Wallpaper | teh | diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 4e53c98..dbecd63 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -11,8 +11,13 @@ plugins=( common-aliases compleat history + ssh-agent ) +{%@@ if profile == "work" @@%} +zstyle :omz:plugins:ssh-agent identities gerrit gg gitlab +{%@@ endif @@%} + source $ZSH/oh-my-zsh.sh export TERM="xterm-256color" export EDITOR="vim"