ssh-agent plugin doesn’t work as desired

This commit is contained in:
Jonny Barnes 2016-09-27 20:12:23 +01:00
parent 1e87c22d49
commit a42980c6ab

3
zshrc
View file

@ -45,8 +45,7 @@ COMPLETION_WAITING_DOTS="true"
# 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)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(sudo git git-flow brew ssh-agent) plugins=(sudo git git-flow brew)
zstyle :omz:plugins:ssh-agent identities id_jmb id_github
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# User configuration # User configuration