mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(template): correctly map SHLVL for use
This commit is contained in:
parent
68037c9368
commit
2a144c9d07
|
@ -28,15 +28,16 @@ var (
|
||||||
"ShellVersion",
|
"ShellVersion",
|
||||||
"UserName",
|
"UserName",
|
||||||
"HostName",
|
"HostName",
|
||||||
"Env",
|
|
||||||
"Data",
|
|
||||||
"Code",
|
"Code",
|
||||||
|
"Env",
|
||||||
"OS",
|
"OS",
|
||||||
"WSL",
|
"WSL",
|
||||||
"Segments",
|
|
||||||
"Templates",
|
|
||||||
"PromptCount",
|
"PromptCount",
|
||||||
|
"Segments",
|
||||||
|
"SHLVL",
|
||||||
|
"Templates",
|
||||||
"Var",
|
"Var",
|
||||||
|
"Data",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue