modules/home/programs/shell/fish.nix: change direnv to silent
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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"];
|
||||
|
Reference in New Issue
Block a user