added git-fast to oh-my-zsh startup config

This commit is contained in:
Carlos Cardoso 2014-03-23 23:36:11 -03:00
commit cde788ed19
2 changed files with 5 additions and 2 deletions

View file

@ -33,7 +33,7 @@ DISABLE_VENV_CD="1"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git tmux debian python virtualenvwrapper)
plugins=(git gitfast tmux debian python virtualenvwrapper)
# Customize to your needs...
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi