diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 33db876..b842206 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -22,6 +22,7 @@ in { eza.enable = true; zoxide.enable = true; direnv.enable = true; + direnv.silent = true; nix-your-shell.enable = true; keychain.enable = true; keychain.extraFlags = ["--quiet" "--noask"];