From a5274b7ee06d079d5daf477c07d5de4a6bad1622 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 22 Apr 2023 21:32:11 +0200 Subject: [PATCH] fix(xonsh): use string literal for config path --- src/shell/scripts/omp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/scripts/omp.py b/src/shell/scripts/omp.py index 0dbaa46f..a817cc56 100644 --- a/src/shell/scripts/omp.py +++ b/src/shell/scripts/omp.py @@ -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