From c4e67b62f5040658d45656e850914dda201f95c0 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Fri, 12 Jan 2024 20:18:30 +0300 Subject: [PATCH] feat(cli) : silent ssh agent --- modules/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-config.nix b/modules/home-config.nix index 04c2def..11361ae 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -227,6 +227,7 @@ in { enable = true; extraConfig = '' zstyle :omz:plugins:ssh-agent lazy yes + zstyle :omz:plugins:ssh-agent quiet yes ''; plugins = [ "git" "ssh-agent" ]; # theme = "robbyrussell";