Add git-flow plugin and better order the plugins

This commit is contained in:
Jonny Barnes 2016-03-06 14:12:55 +00:00
parent 9f2cbfb743
commit e16f9397da

2
zshrc
View file

@ -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