mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Fix status bug
This commit is contained in:
parent
c98fc8646c
commit
1d4861deb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user