Small modifications to oh-my-posh's path
This commit is contained in:
parent
c9169886ee
commit
6097bd2e5a
|
@ -49,7 +49,7 @@
|
||||||
"foreground": "#000000",
|
"foreground": "#000000",
|
||||||
"leading_diamond": "\u256d\u2500\ue0b2",
|
"leading_diamond": "\u256d\u2500\ue0b2",
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
|
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
|
||||||
"type": "os"
|
"type": "os"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -75,8 +75,12 @@
|
||||||
"home_icon": "\ufd24",
|
"home_icon": "\ufd24",
|
||||||
"mixed_threshold": 3,
|
"mixed_threshold": 3,
|
||||||
"style": "unique",
|
"style": "unique",
|
||||||
|
"folder_separator_icon": "\ue0b5",
|
||||||
|
"folder_separator_template": "",
|
||||||
"mapped_locations": {
|
"mapped_locations": {
|
||||||
"/": "\ue299/",
|
"/": "\ue299/",
|
||||||
|
"/srv": "\uf98a",
|
||||||
|
"/srv/containeriszed/docker-compose": "\uf308",
|
||||||
"~/_pqb": "\ufab4",
|
"~/_pqb": "\ufab4",
|
||||||
"~/_pqb/code": "\ufab4\ue796",
|
"~/_pqb/code": "\ufab4\ue796",
|
||||||
"~/_pqb/code/slurm/moe-access": "\ue3bf\uf2c2",
|
"~/_pqb/code/slurm/moe-access": "\ue3bf\uf2c2",
|
||||||
|
@ -253,7 +257,7 @@
|
||||||
"foreground": "#000000",
|
"foreground": "#000000",
|
||||||
"invert_powerline": true,
|
"invert_powerline": true,
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
"template": " {{ .CurrentDate | date .Format }} \uf017",
|
"template": " {{ .CurrentDate | date .Format }} \uf017 ",
|
||||||
"trailing_diamond": "\ue0b0\u2500\u256e",
|
"trailing_diamond": "\ue0b0\u2500\u256e",
|
||||||
"type": "time"
|
"type": "time"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue