mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 06:08:35 +01:00
direnv: Prefer silent option over $DIRENV_LOG_FORMAT
This actually sets $DIRENV_LOG_FORMAT for us.
This commit is contained in:
parent
a7cd5bcc3d
commit
e96bb70ed7
@ -7,7 +7,6 @@
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export DIRENV_LOG_FORMAT=""
|
||||
|
||||
export GPG_TTY=(tty)
|
||||
|
||||
|
@ -102,7 +102,11 @@ in
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
neovim.enable = true;
|
||||
direnv.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user