Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
75
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)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
  3. PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
  4. else
  5. #PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  6. PS1='\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement