Guest User

Untitled

a guest
Feb 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "plugins": [ "git", "z", "aliases", "dircolors" ],
  3. "dircolors": {
  4. "dirs": [
  5. [".*", "gray", ""]
  6. ],
  7. "files": [
  8. ["(?ix).(7z|zip|tar|gz|rar)$", "darkcyan", ""],
  9. ["(?ix).(exe|bat|cmd|py|pl|ps1|psm1|vbs|rb|reg|css)$", "darkgreen", ""],
  10. ["(?ix).(doc|docx|ppt|pptx|xls|xlsx|mdb|mdf|ldf)$", "magenta", ""],
  11. ["(?ix).(txt|cfg|conf|config|yml|ini|csv|log|json)$", "darkyellow", ""],
  12. ["(?ix).(php)$", "darkmagenta", ""],
  13. ["(?ix).(js)$", "darkblue", ""],
  14. ["(?ix).(sln|csproj|sqlproj|proj|targets|html)$", "darkred", ""],
  15. [".*", "darkgray", ""]
  16. ]
  17. },
  18. "prompt": [
  19. [ "green", "", "$path" ],
  20. [ "cyan", "", " $(&{If($git_branch.Length) {'['} Else {''}})$git_branch" ],
  21. [ "darkmagenta", "", "" ],
  22. [ "darkred", "", " $git_local_state" ],
  23. [ "magenta", "", " $git_remote_state" ],
  24. [ "cyan", "", "$(&{If($git_branch.Length) {']'} Else {''}})" ],
  25. [ "yellow", "", "`n$([char]0x26A1)" ]
  26.  
  27. ],
  28. "git": {
  29. "prompt_unstaged": "X ",
  30. "prompt_staged": "+",
  31. "prompt_stash": "#",
  32. "prompt_untracked": "-",
  33. "prompt_remote_push": ">",
  34. "prompt_remote_pull": "<",
  35. "prompt_remote_same": ""
  36. }
  37. }
Add Comment
Please, Sign In to add comment