Skip to content

Instantly share code, notes, and snippets.

@walkerjam
Last active February 12, 2019 13:07
Show Gist options
  • Save walkerjam/900b0be6af3d24857ee4c5d521db9e8f to your computer and use it in GitHub Desktop.
Save walkerjam/900b0be6af3d24857ee4c5d521db9e8f to your computer and use it in GitHub Desktop.
[Bash .rc] #shell
# User
PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]"
# Root
PS1="\[\e[00;31m\][\u@\h \w]\\$ \[\e[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment