mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
...
This commit is contained in:
@@ -109,7 +109,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Note that neither alias nor function is recursive in fish so if the user defines an alias/function
|
# Note that neither alias nor function is recursive in fish so if the user defines an alias/function
|
||||||
# for sudo it will be clobbered by us, so only install this is sudo is not already function
|
# for sudo it will be clobbered by us, so only install this if sudo is not already function
|
||||||
if not contains "no-sudo" $_ksi
|
if not contains "no-sudo" $_ksi
|
||||||
and test -n "$TERMINFO" -a "file" = (type -t sudo)
|
and test -n "$TERMINFO" -a "file" = (type -t sudo)
|
||||||
# Ensure terminfo is available in sudo
|
# Ensure terminfo is available in sudo
|
||||||
|
|||||||
Reference in New Issue
Block a user