-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmder.json
26 lines (26 loc) · 978 Bytes
/
cmder.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"plugins": [ "git", "ssh", "z", "aliases", "dircolors" ],
"dircolors": {
"dirs": [
[".*", "blue", ""]
],
"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", ""],
[".*", "gray", ""]
]
},
"prompt": [
[ "green", "", "$path" ],
[ "red", "", "$git_lbracket$git_branch$git_dirty$git_rbracket" ],
[ "green", "", "$([char]0x3E)" ]
],
"git": {
"prompt_dirty": "*",
"prompt_lbracket": " (",
"prompt_rbracket": ")"
}
}