#安装git flow
sudo apt-get install git-flow
#安装git-flow-completion
git clone https://github.com/bobthecow/git-flow-completion.git
#然后修改~/.zshrc, 添加如下内容
source /path/to/git-flow-completion.zsh
#使~/.zshrc修改生效
source /etc/profile
#重新打开终端就可以了
#测试
git flow init
git flow feature start featureName