mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
cd4ca2bdf4
commit
d4ebc71f9c
|
@ -62,6 +62,7 @@ Exports the config to an image file using customized output options.`,
|
||||||
TerminalBackground: shell.ConsoleBackgroundColor(env, cfg.TerminalBackground),
|
TerminalBackground: shell.ConsoleBackgroundColor(env, cfg.TerminalBackground),
|
||||||
AnsiColors: writerColors,
|
AnsiColors: writerColors,
|
||||||
}
|
}
|
||||||
|
writer.Init(shell.GENERIC)
|
||||||
eng := &engine.Engine{
|
eng := &engine.Engine{
|
||||||
Config: cfg,
|
Config: cfg,
|
||||||
Env: env,
|
Env: env,
|
||||||
|
|
Loading…
Reference in a new issue