mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-05 20:39:35 +01:00
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:
parent
103c78ead1
commit
aca473ecb3
@ -9,6 +9,7 @@
|
|||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
export TERMCMD="kitty --single-instance"
|
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 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
|
# Required to make gpg-agent work in cases like git commit
|
||||||
export GPG_TTY=(tty)
|
export GPG_TTY=(tty)
|
||||||
|
Loading…
Reference in New Issue
Block a user