mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(init): use positional parameter
instead of being a complete idiot resolves #5804
This commit is contained in:
parent
a54041ef87
commit
075eacaaf9
|
@ -58,7 +58,7 @@ See the documentation to initialize your shell: https://ohmyposh.dev/docs/instal
|
|||
|
||||
env := &runtime.Terminal{
|
||||
CmdFlags: &runtime.Flags{
|
||||
Shell: shellName,
|
||||
Shell: args[0],
|
||||
Config: configFlag,
|
||||
Strict: strict,
|
||||
Debug: debug,
|
||||
|
|
Loading…
Reference in a new issue