Skip to content

Instantly share code, notes, and snippets.

@heynemann
Created April 16, 2010 17:55
Show Gist options
  • Save heynemann/368732 to your computer and use it in GitHub Desktop.
Save heynemann/368732 to your computer and use it in GitHub Desktop.
export TERM="xterm-color"
export EDITOR='mate -w'
export CLICOLOR=1
alias ls="ls -G"
PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] "
alias egrep="egrep --colour"
alias grep="egrep --colour"
export PYTHONPATH=$PYTHONPATH:$HOME/usr/python-libs
export PATH=$PATH:$HOME/usr/bin
export GEM_HOME='/usr/local/Cellar/gems/1.8'
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
source /usr/local/virtual/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment