Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. PS1_BASE="$PS1"
  2. format_prompt () {
  3. if [ "$?" -ne "0" ]; then
  4. PS1="${PS1_BASE}\[\033[0;31m\]ಠ_ಠ\[\033[0m\] "
  5. else
  6. PS1="${PS1_BASE}"
  7. fi
  8. }
  9. PROMPT_COMMAND=format_prompt
Add Comment
Please, Sign In to add comment