mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
fix(fish): restore support for fish <v3.4.0 (#6337)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user