Skip to content

Instantly share code, notes, and snippets.

@wget
Created May 30, 2015 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wget/71ea539bdad0b31c15f9 to your computer and use it in GitHub Desktop.
Save wget/71ea539bdad0b31c15f9 to your computer and use it in GitHub Desktop.
Some multiline extended PS1 variable (require at least bash 4.2 for Unicode support)
PS1=$'\u250C'$'\u2500'$'\u2500'"\[\e[31m\][\[\e[1;32m\]\u\[\e[00m\]@\h \[\e[36m\]\W\[\e[00m\]\[\e[31m\]]\[\e[00m\]\n"$'\u2514'$'\u2500'"\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment