Skip to content

Instantly share code, notes, and snippets.

@teddypickerfromul
Created March 2, 2013 18:58
Show Gist options
  • Save teddypickerfromul/5072556 to your computer and use it in GitHub Desktop.
Save teddypickerfromul/5072556 to your computer and use it in GitHub Desktop.
bash: sexy promtp
PS1="\[\033[0;37m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[0;31m\]\h'; else echo '\[\033[0;33m\]\u\[\033[0;37m\]@\[\033[0;96m\]\h'; fi)\[\033[0;37m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;37m\]]\n\[\033[0;37m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment