Created
March 20, 2015 16:01
-
-
Save LarsFronius/9db77de6527ace86bc81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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