fix(xonsh): use string literal for config path

This commit is contained in:
Jan De Dobbeleer 2023-04-22 21:32:11 +02:00 committed by Jan De Dobbeleer
parent a1b95a0274
commit a5274b7ee0

View file

@ -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