Last active
February 12, 2019 13:07
-
-
Save walkerjam/900b0be6af3d24857ee4c5d521db9e8f to your computer and use it in GitHub Desktop.
Revisions
-
walkerjam revised this gist
Feb 12, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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\]" -
walkerjam revised this gist
Feb 12, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]" PS1="\[\e[00;31m\][\u@\h \w]\\$ \[\e[0m\]" -
walkerjam created this gist
Feb 2, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ PS1="\[\e[00;32m\][\u@\h \w]\\$ \[\e[0m\]"