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"