mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
7e1580ef09
commit
a04d19df4a
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after
|
|||
end
|
||||
|
||||
# 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
|
||||
and test -n "$TERMINFO" -a "file" = (type -t sudo)
|
||||
# Ensure terminfo is available in sudo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue