fix direnv output

This commit is contained in:
Patrick Neff 2024-10-09 21:59:12 +02:00
parent 304e523bba
commit 6554748860
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
global = {
disable_stdin = true;
strict_env = true;
hide_env_diff = true;
};
};
nix-direnv.enable = true;

View File

@ -5,7 +5,7 @@
stateVersion = "23.11";
sessionVariables = {
EDITOR = "vim";
DIRENV_LOG_FORMAT = "$(tput setaf 7)$(tput dim)%s$(tput sgr0)";
DIRENV_LOG_FORMAT = "`tput dim`%s`tput sgr0`";
DOOMWADDIR = "$HOME/Games/doom/IWADs";
};
};