diff --git a/hm/common/zsh.nix b/hm/common/zsh.nix index 504140b..7f1a8f1 100644 --- a/hm/common/zsh.nix +++ b/hm/common/zsh.nix @@ -26,6 +26,10 @@ _: { M = "| more"; }; syntaxHighlighting.enable = true; + + profileExtra = '' + ssh-add ~/.ssh/$(hostname) + ''; }; } # vim: set ts=2 sw=2 sts=2 et :