nix/home/terminal/fish/functions/kitty-ssh.fish

5 lines
81 B
Fish

if set -q KITTY_WINDOW_ID
kitty +kitten ssh $argv
else
command ssh $argv
end