1
0
forked from extern/nix-config

direnv: Disable logging

Makes it possible to use direnv without large amounts of text taking up
the terminal screen when changing directories.
This commit is contained in:
Donovan Glover 2023-10-25 13:46:47 -04:00
parent 103c78ead1
commit aca473ecb3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,6 +9,7 @@
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export TERMCMD="kitty --single-instance"
export XDG_DATA_DIRS="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}:${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}:$XDG_DATA_DIRS"
export DIRENV_LOG_FORMAT=""
# Required to make gpg-agent work in cases like git commit
export GPG_TTY=(tty)