Skip to content

Instantly share code, notes, and snippets.

@predominant
Created February 16, 2013 15:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save predominant/4967413 to your computer and use it in GitHub Desktop.
Save predominant/4967413 to your computer and use it in GitHub Desktop.
BASH Command Prompt with Visual output
export PS1='$( RET=$?; if [ $RET == 0 ]; then echo "😃 "; else echo "😡 "; fi )\n\h:\W \u\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment