Skip to content

Instantly share code, notes, and snippets.

@glassresistor
Last active December 16, 2015 06:10
Show Gist options
  • Save glassresistor/5389800 to your computer and use it in GitHub Desktop.
Save glassresistor/5389800 to your computer and use it in GitHub Desktop.
.bashrc
#custom stuff
function virtualenv_info {
[ $VIRTUAL_ENV ] && echo ''`basename $VIRTUAL_ENV`') '
}
PS1="\n\[\e[35;1m\]┌───=[ \[\e[37;0m\]\u \[\e[35;1m\]:: \[\e[37;1m\]\h \[\e[35;1m\]-( \[\e[37;1m\]\j\[\e[35;1m\] )-[ \[\e[37;0m\]\w\[\e[35;1m\] ]\n\[\e[35;1m\]└──(\$(virtualenv_info)\[\e[0m\]"
VIRTUAL_ENV_DISABLE_PROMPT=1
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
export PATH=${PATH}:/home/mike/code/android-sdk-linux_x86/tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment