mirror of
https://github.com/starship/starship.git
synced 2024-11-21 07:44:24 +01:00
fix(fish): restore support for fish <v3.4.0 (#6337)
This commit is contained in:
parent
8c383b4ecd
commit
85d3fb2e2a
@ -64,7 +64,7 @@ function reset-transient --on-event fish_postexec
|
||||
end
|
||||
|
||||
function transient_execute
|
||||
if commandline --is-valid || test -z "$(commandline)" && not commandline --paging-mode
|
||||
if commandline --is-valid || test -z (commandline | string collect) && not commandline --paging-mode
|
||||
set -g TRANSIENT 1
|
||||
set -g RIGHT_TRANSIENT 1
|
||||
commandline -f repaint
|
||||
|
Loading…
Reference in New Issue
Block a user