add shh-agent stuff to zshrc

master
Arne Schauf 9 years ago
parent ddd02cc78c
commit b31677dbef
  1. 4
      ohmyzshrc

@ -53,7 +53,9 @@ ZSH_THEME="clean"
# 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=(git cp dirpersist tmux debian virtualenvwrapper) plugins=(git cp dirpersist tmux debian virtualenvwrapper ssh-agent)
zstyle :omz:plugins:ssh-agent identities id_rsa id_sss
# User configuration # User configuration

Loading…
Cancel
Save