diff --git a/common/home.nix b/common/home.nix index babbf53..a12cea1 100644 --- a/common/home.nix +++ b/common/home.nix @@ -124,6 +124,7 @@ shellAliases = { g = "git"; j = "jobs"; + sshm = "ssh -M"; }; plugins = [{ name = "vi-mode";