Commit 1c74d5b367d5
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -32,4 +32,8 @@ _: {
# action_alias mkh kitten hints --alphabet asdfghjklqwertyuiopzxcvbnmASDFGHJKLQWERTYUIOPZXCVBNM
# map kitty_mod+n mkh --type=linenum emacsclient -c -nw +{line} {path}
};
+
+ programs.zsh.shellAliases = {
+ ssh = ''kitty +kitten ssh'';
+ };
}