Skip to content

Instantly share code, notes, and snippets.

@raelgc
Last active December 15, 2015 01:09
Show Gist options
  • Select an option

  • Save raelgc/5178484 to your computer and use it in GitHub Desktop.

Select an option

Save raelgc/5178484 to your computer and use it in GitHub Desktop.

Revisions

  1. raelgc revised this gist Nov 21, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Bash Git color config.txt
    Original 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\]"
  2. raelgc revised this gist Nov 21, 2015. No changes.
  3. raelgc revised this gist Nov 21, 2015. No changes.
  4. raelgc renamed this gist Nov 1, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. raelgc revised this gist Mar 16, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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\$ "
  6. raelgc created this gist Mar 16, 2013.
    18 changes: 18 additions & 0 deletions gistfile1.txt
    Original 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\$ "