Last active
December 15, 2015 01:09
-
-
Save raelgc/5178484 to your computer and use it in GitHub Desktop.
Revisions
-
raelgc revised this gist
Nov 21, 2015 . 1 changed file with 1 addition 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,3 +1,4 @@ # Friendly Color Names Black="\[\033[0;30m\]" Dark_Gray="\[\033[1;30m\]" Blue="\[\033[0;34m\]" -
raelgc revised this gist
Nov 21, 2015 . No changes.There are no files selected for viewing
-
raelgc revised this gist
Nov 21, 2015 . No changes.There are no files selected for viewing
-
raelgc renamed this gist
Nov 1, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
raelgc revised this gist
Mar 16, 2013 . 1 changed file with 1 addition 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 @@ -15,4 +15,5 @@ Yellow="\[\033[1;33m\]" Light_Gray="\[\033[0;37m\]" White="\[\033[1;37m\]" # Time (just Hour and Minutes), Folder and current Git Branch PS1="$Green\$(date +%H:%M) $Light_Gray\w$Yellow\$(__git_ps1)$Light_Gray\$ " -
raelgc created this gist
Mar 16, 2013 .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,18 @@ Black="\[\033[0;30m\]" Dark_Gray="\[\033[1;30m\]" Blue="\[\033[0;34m\]" Light_Blue="\[\033[1;34m\]" Green="\[\033[0;32m\]" Light_Green="\[\033[1;32m\]" Cyan="\[\033[0;36m\]" Light_Cyan="\[\033[1;36m\]" Red="\[\033[0;31m\]" Light_Red="\[\033[1;31m\]" Purple="\[\033[0;35m\]" Light_Purple="\[\033[1;35m\]" Brown="\[\033[0;33m\]" Yellow="\[\033[1;33m\]" Light_Gray="\[\033[0;37m\]" White="\[\033[1;37m\]" PS1="$Green\$(date +%H:%M) $Light_Gray\w$Yellow\$(__git_ps1)$Light_Gray\$ "