Skip to content

Instantly share code, notes, and snippets.

@thefrench77
Created March 31, 2017 12:25
Show Gist options
  • Select an option

  • Save thefrench77/bcb5e95410c5f4fa59fc874431bfd008 to your computer and use it in GitHub Desktop.

Select an option

Save thefrench77/bcb5e95410c5f4fa59fc874431bfd008 to your computer and use it in GitHub Desktop.
{
"plugins": [ "git", "hg", "ssh", "z", "aliases", "dircolors" ],
"dircolors": {
"dirs": [
[".*", "cyan", ""]
],
"files": [
["(?ix).(7z|zip|tar|gz|rar)$", "darkcyan", ""],
["(?ix).(exe|bat|cmd|py|pl|ps1|psm1|vbs|rb|reg)$", "darkgreen", ""],
["(?ix).(doc|docx|ppt|pptx|xls|xlsx|mdb|mdf|ldf)$", "magenta", ""],
["(?ix).(txt|cfg|conf|config|yml|ini|csv|log|json)$", "darkyellow", ""],
["(?ix).(sln|csproj|sqlproj|proj|targets)$", "darkred", ""],
[".*", "darkgray", ""]
]
},
"prompt": [
[ "blue", "", "$path" ],
[ "gray", "", "$git_lbracket$git_branch" ],
[ "red", "", "$git_dirty"],
[ "gray", "", "$git_rbracket" ],
[ "red", "", "$hg_lbracket$hg_branch$hg_bookmark$hg_dirty$hg_rbracket" ],
[ "magenta", "", "`n>" ]
],
"git": {
"prompt_dirty": "*",
"prompt_lbracket": " [",
"prompt_rbracket": "]"
},
"hg": {
"prompt_dirty": "*",
"prompt_lbracket": " [",
"prompt_rbracket": "]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment