slatenails

Untitled

Sep 20th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. if [[ ${EUID} == 0 ]] ; then
  2.         sq_color="\[\033[0;31m\]"
  3. else
  4.         sq_color="\[\033[0;34m\]"
  5. fi
  6.  
  7. PS1="\n$sq_color\342\224\214\342\224\200[\[\033[01;37m\]\t$sq_color]\342\224\200[\[\033[01;37m\]\w$sq_color]\n\342\224\224\342\224\200\342\224\200>\\[\\033[0m\\] "
  8.  
  9. unset sq_color
  10. unset user_box
Advertisement
Add Comment
Please, Sign In to add comment