mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(image): add terminal width to export
This commit is contained in:
parent
502558efa5
commit
59be189233
|
@ -88,6 +88,7 @@ themeConfigOverrrides.set('catppuccin_mocha.omp.json', newThemeConfig(40, 40, 'I
|
|||
poshCommand += ` --rprompt-offset=${config.rpromptOffset}`;
|
||||
poshCommand += ` --cursor-padding=${config.cursorPadding}`;
|
||||
poshCommand += ` --background-color=${config.bgColor}`;
|
||||
poshCommand += ` --terminal-width=200`;
|
||||
if (config.author !== '') {
|
||||
poshCommand += ` --author="${config.author}"`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue