Skip to content

Instantly share code, notes, and snippets.

@LarsFronius
Created March 20, 2015 16:01
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 LarsFronius/9db77de6527ace86bc81 to your computer and use it in GitHub Desktop.
Save LarsFronius/9db77de6527ace86bc81 to your computer and use it in GitHub Desktop.
export PROMPT_COMMAND='prompt_status=$?'
export PS1='$(if [[ $prompt_status == 0 ]]; then echo "ᕕ( ᐛ )ᕗ"; else echo "¯\_(ツ)_/¯"; fi)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment