SSH-agent integration

tmux
J. Fernando Sánchez 9 years ago
parent 8dbafa6971
commit f1add8adda

@ -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

Loading…
Cancel
Save