Add git-flow
plugin and better order the plugins
This commit is contained in:
parent
9f2cbfb743
commit
e16f9397da
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -45,7 +45,7 @@ COMPLETION_WAITING_DOTS="true"
|
|||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git ssh-agent brew sudo)
|
||||
plugins=(ssh-agent sudo git git-flow brew)
|
||||
zstyle :omz:plugins:ssh-agent identities id_lease
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue