Skip to content

Instantly share code, notes, and snippets.

@xpando
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save xpando/d42df2c0f014d710db42 to your computer and use it in GitHub Desktop.

Select an option

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