From ee4c4dfe349be3a3a7855f29d3091edfaad3eb21 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 27 Mar 2022 09:32:12 +0200 Subject: [PATCH] fix(fish): export POSH_THEME as env var --- src/shell/scripts/omp.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/scripts/omp.fish b/src/shell/scripts/omp.fish index 477cb8fb..68045d3b 100644 --- a/src/shell/scripts/omp.fish +++ b/src/shell/scripts/omp.fish @@ -1,4 +1,4 @@ -set --global POSH_THEME "::CONFIG::" +set --export POSH_THEME "::CONFIG::" set --global POWERLINE_COMMAND "oh-my-posh" set --global CONDA_PROMPT_MODIFIER false set --global omp_tooltip_command ""