Fix status bug

This commit is contained in:
Ilan Cosman 2020-11-24 14:24:36 -08:00
parent c98fc8646c
commit 1d4861deb8

View File

@ -19,7 +19,7 @@ function _tide_item_status
printf '%s' $tide_status_failure_icon' '
end
__fish_pipestatus_with_signal $_tide_last_pipestatus | string replace 'SIG' '' | string join '|'
__fish_pipestatus_with_signal (string split ' ' $_tide_last_pipestatus) | string replace 'SIG' '' | string join '|'
else if test "$tide_status_always_display" = 'true'
set -g tide_status_bg_color $tide_status_success_bg_color
set_color $tide_status_success_color