Skip to content

Instantly share code, notes, and snippets.

@colorwebdesigner
Created June 27, 2020 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colorwebdesigner/770065c51ac0adfcc375ac2a99f307e8 to your computer and use it in GitHub Desktop.
Save colorwebdesigner/770065c51ac0adfcc375ac2a99f307e8 to your computer and use it in GitHub Desktop.
# For root user
PS1="${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;34m\]@\h:\[\033[;033m\]\w\[\033[00m\] \$ "
# For common user
PS1="${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[01;34m\]@\h:\[\033[;033m\]\w\[\033[00m\] \$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment