Skip to content

Instantly share code, notes, and snippets.

@imh
Last active August 29, 2015 13:57
Show Gist options
  • Save imh/9905974 to your computer and use it in GitHub Desktop.
Save imh/9905974 to your computer and use it in GitHub Desktop.
export PATH=/Users/imh/.cabal/bin:$PATH
export PATH=/usr/local/bin:$PATH
export PATH=/usr/local/share/python:$PATH
export PYTHONPATH=/usr/local/lib/python:$PYTHONPATH
export ANDROID_HOME=/Users/imh/software/android/adt-bundle-mac-x86_64-20131030/sdk
export PATH=/Users/imh/software/android/adt-bundle-mac-x86_64-20131030/sdk/platform-tools:$PATH
# Load in the git branch prompt script
if [ -f ~/.git_prompt.sh ]; then
source ~/.git-prompt.sh
fi
# use the virtualenv environment for python
if [ -f ~/software/pyENV/bin/activate ]; then
source ~/software/pyENV/bin/activate
fi
export PS1="\t \[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[0;35m\]\$(__git_ps1)\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
alias updatedb='sudo /usr/libexec/locate.updatedb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment