mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 19:39:39 -08:00
fix: broken title paths
Before: https://z.zz.fo/U5NJm.png After: https://z.zz.fo/cJLpY.png
This commit is contained in:
parent
ef19887746
commit
4b40282140
|
@ -82,6 +82,6 @@
|
|||
],
|
||||
"console_title": true,
|
||||
"console_title_style": "template",
|
||||
"console_title_template": "{{if .Root}}(Admin){{end}} {{.Path}}",
|
||||
"console_title_template": "{{if .Root}}(Admin){{end}} {{.PWD}}",
|
||||
"version": 1
|
||||
}
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
],
|
||||
"console_title": true,
|
||||
"console_title_style": "template",
|
||||
"console_title_template": "{{.UserName}}@{{.HostName}} in {{ .Path }}",
|
||||
"console_title_template": "{{.UserName}}@{{.HostName}} in {{ .PWD }}",
|
||||
"final_space": true,
|
||||
"version": 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue