diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 4dee751..0b32e91 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -30,6 +30,11 @@ cp = "cp -r"; cd = "sl"; }; + initContent = '' + if [[ $TERM == "xterm-kitty" ]]; then + alias ssh="kitty +kitten ssh" + fi + ''; }; programs.git = {