Advertisement
Guest User

Untitled

a guest
Sep 21st, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if [ "$color_prompt" = yes ]; then
  2. LIGHT_CYAN='\[\e[01;36m\]'
  3. BROWN='\[\e\[00;33m\]'
  4. NO_COLOR='\[\e\[0m\]'
  5. PS1='${debian_chroot:+($debian_chroot)}${BROWN}[${LIGHT_CYAN}\u@\h\[\033[00;33m\]?\[\033[01;34m\]\w\[\033[00;33m\]]→ '
  6. else
  7. PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement