From baee8f539e4f4aa982ed6b7a56afcea170aaf114 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 2 Feb 2021 19:51:52 -0800 Subject: [PATCH] Set fish_term24bit in background job, don't export it --- functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index 0c9d587..9f4d01f 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -4,7 +4,6 @@ _tide_detect_os set -g _tide_left_prompt_display_var _tide_left_prompt_display_$fish_pid set -gx _tide_fish_pid $fish_pid -set -x fish_term24bit $fish_term24bit function fish_prompt set -lx _tide_last_pipestatus $pipestatus @@ -16,6 +15,7 @@ function fish_prompt set CMD_DURATION $CMD_DURATION set COLUMNS $COLUMNS set fish_bind_mode $fish_bind_mode + set fish_term24bit $fish_term24bit command kill $_tide_last_pid 2>/dev/null set -U _tide_left_prompt_display_$fish_pid (_tide_prompt)