Skip to content

Instantly share code, notes, and snippets.

@rikva
Created April 14, 2016 07:05
Show Gist options
  • Save rikva/2037303ddb42ada382b7d95c381d7ff6 to your computer and use it in GitHub Desktop.
Save rikva/2037303ddb42ada382b7d95c381d7ff6 to your computer and use it in GitHub Desktop.
export PS1="[\t] \[$(tput sgr0)\]\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;6m\][\w]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"
# Virtualenv
export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
## Use a long listing format ##
alias ll='ls -la'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment