Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 286 Bytes

bash-stuff.md

File metadata and controls

13 lines (9 loc) · 286 Bytes

BASH Shell Stuff

Red ROOT Prompt

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

Green Prompt

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '