Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Created March 26, 2015 22:09
Show Gist options
  • Save coreyhaines/5ec08e17c4a1cc0e1c38 to your computer and use it in GitHub Desktop.
Save coreyhaines/5ec08e17c4a1cc0e1c38 to your computer and use it in GitHub Desktop.
My prompt
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