feat(cli) : lazy ssh agent

This commit is contained in:
Florian Schmitt 2024-01-12 20:09:25 +03:00
parent c9b161e17d
commit 548cd01951

View file

@ -225,6 +225,9 @@ in {
'';
oh-my-zsh = {
enable = true;
extraConfig = ''
zstyle :omz:plugins:ssh-agent lazy yes
'';
plugins = [ "git" "ssh-agent" ];
# theme = "robbyrussell";
};