Guest User

Untitled

a guest
Jan 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if [ "$color_prompt" = yes ]; then
  2. #PS1='${debian_chroot:+($debian_chroot)}[33[01;32m]u@h[33[00m]:[33[01;34m]w[33[00m]$ '
  3. PS1='${debian_chroot:+($debian_chroot)}[33[01;32m]coco@h[33[00m]:[33[01;34m]w[33[00m]$ '
  4. else
  5. #PS1='${debian_chroot:+($debian_chroot)}u@h:w$ '
  6. PS1='${debian_chroot:+($debian_chroot)}coco@h:w$ '
  7. fi
Add Comment
Please, Sign In to add comment