Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if [ "$color_prompt" = yes ]; then
  2. PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\23$
  3. else
  4. PS1='┌──[\u@\h]─[\w]\n└──╼ \$ '
  5. fi
  6. unset color_prompt force_color_prompt
  7.  
  8. # If this is an xterm set the title to user@host:dir
  9. case "$TERM" in
  10. xterm*|rxvt*)
  11. PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\23$
  12. ;;
  13. *)
  14. ;;
  15. esac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement