Skip to content

Instantly share code, notes, and snippets.

@zwacky
Created March 1, 2014 14:01
Show Gist options
  • Save zwacky/9290125 to your computer and use it in GitHub Desktop.
Save zwacky/9290125 to your computer and use it in GitHub Desktop.
beautified bash custom prompt
# add to ~/.bashrc
export PS1='\[\033[0;35m\]\h\[\033[0;33m\] \w\[\033[00m\]: '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment