mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(template): add missing .PSWD
This commit is contained in:
parent
74326fc4f2
commit
0a5e1f6e8e
|
@ -37,6 +37,7 @@ func Init(environment runtime.Environment) {
|
||||||
"Root",
|
"Root",
|
||||||
"PWD",
|
"PWD",
|
||||||
"AbsolutePWD",
|
"AbsolutePWD",
|
||||||
|
"PSWD",
|
||||||
"Folder",
|
"Folder",
|
||||||
"Shell",
|
"Shell",
|
||||||
"ShellVersion",
|
"ShellVersion",
|
||||||
|
|
Loading…
Reference in a new issue