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

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 postgres tmux python vim-override virtualenvwrapper)
plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper)
# User configuration
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
@ -47,5 +47,8 @@ if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# MacOSX specific aliases
alias bu='brew update && brew upgrade'
source $ZSH/oh-my-zsh.sh
unsetopt correctall