modify fish, kitty and neovim

This commit is contained in:
Sean Kovacs 2025-12-04 12:40:08 -05:00
commit 3ab9500787
Signed by: sckova
GPG key ID: 00F325187C68651A
8 changed files with 63 additions and 45 deletions

View file

@ -0,0 +1,5 @@
if set -q KITTY_WINDOW_ID
kitty +kitten ssh $argv
else
command ssh $argv
end