Created
April 16, 2010 17:55
-
-
Save heynemann/368732 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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