Fix ssh with kitty

This commit is contained in:
Armel van Ravels
2026-01-27 16:20:54 +01:00
parent 902cde2e00
commit 3b74603a75

View File

@@ -7,5 +7,10 @@
enable = true;
theme = "agnoster";
};
initExtra = ''
# Use kitty's ssh helper if running inside kitty
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
'';
};
}