fix direnv output
This commit is contained in:
parent
304e523bba
commit
6554748860
|
|
@ -5,6 +5,7 @@
|
|||
global = {
|
||||
disable_stdin = true;
|
||||
strict_env = true;
|
||||
hide_env_diff = true;
|
||||
};
|
||||
};
|
||||
nix-direnv.enable = true;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue