1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-21 19:52:29 +00:00

SSH-agent integration

This commit is contained in:
J. Fernando Sánchez 2015-04-09 02:15:19 +02:00
parent 8dbafa6971
commit f1add8adda

4
zshrc
View File

@ -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/*) # 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/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # 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 source $ZSH/oh-my-zsh.sh