customzing defaults.

This commit is contained in:
Carlos Cardoso 2013-11-13 00:31:10 -02:00
commit 422a4224fb
2 changed files with 5 additions and 1 deletions

View file

@ -32,3 +32,7 @@ alias l=la
alias sl=ls # often screw this up
alias afind='ack-grep -il'
# Git aliases
alias gits='git st'
alias gitk='gitk --all &'

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 python pythonbrew vim-override virtualenvwrapper)
plugins=(git postgresq tmux python pythonbrew vim-override virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`