Merged official branch changes.

This commit is contained in:
Carlos Cardoso 2013-06-03 22:12:29 -03:00
commit ee3267f30d
163 changed files with 8009 additions and 553 deletions

View file

@ -35,10 +35,12 @@ DISABLE_VENV_CD="1"
plugins=(git tmux debian python pythonbrew vim-override virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`
# Customize to your needs...
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
unsetopt correctall
[ "$TERM" = "xterm" ] && TERM="xterm-256color"