mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
parent
d5ec96fef0
commit
4d3fe566e8
|
@ -1,4 +1,7 @@
|
|||
$env.config = ($env.config | upsert render_right_prompt_on_last_line true)
|
||||
# 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.POWERLINE_COMMAND = 'oh-my-posh'
|
||||
$env.POSH_THEME = ::CONFIG::
|
||||
|
|
Loading…
Reference in a new issue