Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Short cmd promt
  2. ```bash
  3. if [ "$color_prompt" = yes ]; then
  4. PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ '
  5. else
  6. PS1='${debian_chroot:+($debian_chroot)}\u:\W\$ '
  7. fi
  8. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement