mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
parent
d5ec96fef0
commit
4d3fe566e8
|
@ -1,4 +1,7 @@
|
||||||
|
# make sure we have the right prompt render correctly
|
||||||
|
if ($env.config? | is-not-empty) {
|
||||||
$env.config = ($env.config | upsert render_right_prompt_on_last_line true)
|
$env.config = ($env.config | upsert render_right_prompt_on_last_line true)
|
||||||
|
}
|
||||||
|
|
||||||
$env.POWERLINE_COMMAND = 'oh-my-posh'
|
$env.POWERLINE_COMMAND = 'oh-my-posh'
|
||||||
$env.POSH_THEME = ::CONFIG::
|
$env.POSH_THEME = ::CONFIG::
|
||||||
|
|
Loading…
Reference in a new issue