fix: broken title paths

Before: https://z.zz.fo/U5NJm.png
After: https://z.zz.fo/cJLpY.png
This commit is contained in:
Brian 2022-02-03 22:29:57 -05:00 committed by Jan De Dobbeleer
parent ef19887746
commit 4b40282140
2 changed files with 2 additions and 2 deletions

View file

@ -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
}

View file

@ -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
}