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.

Revisions

  1. walkerjam revised this gist Feb 12, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,5 @@
    # User
    PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]"

    # Root
    PS1="\[\e[00;31m\][\u@\h \w]\\$ \[\e[0m\]"
  2. walkerjam revised this gist Feb 12, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion .bashrc
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@
    PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]"
    PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]"
    PS1="\[\e[00;31m\][\u@\h \w]\\$ \[\e[0m\]"
  3. walkerjam created this gist Feb 2, 2018.
    1 change: 1 addition & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]"