Skip to content

Instantly share code, notes, and snippets.

@joshkerr
Created April 6, 2011 16:27
Show Gist options
  • Save joshkerr/905977 to your computer and use it in GitHub Desktop.
Save joshkerr/905977 to your computer and use it in GitHub Desktop.
Really nice bash prompt settings
#Custom bash prompt
export CLICOLOR=1;
PS1='\[\033[01;32m\]\u\[\033[01;34m\]::\[\033[01;31m\]\h \[\033[00;34m\]{ \[\033[01;34m\]\w \[\033[00;34m\]}\[\033[01;3$\[\033[00m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment