Don’t manage ssh-agent with oh-my-zsh
This commit is contained in:
parent
27a512b42f
commit
4de81a1ece
1 changed files with 1 additions and 2 deletions
3
zshrc
3
zshrc
|
@ -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=(ssh-agent sudo git git-flow brew)
|
plugins=(sudo git git-flow brew)
|
||||||
zstyle :omz:plugins:ssh-agent identities id_lease
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue