diff --git a/zshrc b/zshrc index a0fd81e..e196481 100644 --- a/zshrc +++ b/zshrc @@ -37,7 +37,9 @@ export UPDATE_ZSH_DAYS=13 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git colored-man virtualenvwrapper cp python wd systemadmin pass) +plugins=(git colored-man virtualenvwrapper cp python wd systemadmin pass ssh-agent) + +zstyle :omz:plugins:ssh-agent agent-forwarding on source $ZSH/oh-my-zsh.sh