mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(xonsh): use string literal for config path
This commit is contained in:
parent
a1b95a0274
commit
a5274b7ee0
|
@ -1,7 +1,7 @@
|
|||
import uuid
|
||||
|
||||
$POWERLINE_COMMAND = "oh-my-posh"
|
||||
$POSH_THEME = "::CONFIG::"
|
||||
$POSH_THEME = r"::CONFIG::"
|
||||
$POSH_PID = uuid.uuid4().hex
|
||||
$POSH_SHELL_VERSION = $XONSH_VERSION
|
||||
|
||||
|
|
Loading…
Reference in a new issue