From e16f9397da3723abeae2eaa0f73462a939d25d2f Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 6 Mar 2016 14:12:55 +0000 Subject: [PATCH] Add `git-flow` plugin and better order the plugins --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 410435c..cce0dbd 100644 --- a/zshrc +++ b/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