Fix ssh with kitty #26

Merged
armel merged 1 commits from bugfix/kitten-ssh into master 2026-01-27 16:22:32 +01:00
Showing only changes of commit 3b74603a75 - Show all commits

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"
'';
};
}