fix direnv output
This commit is contained in:
parent
304e523bba
commit
6554748860
|
|
@ -5,6 +5,7 @@
|
||||||
global = {
|
global = {
|
||||||
disable_stdin = true;
|
disable_stdin = true;
|
||||||
strict_env = true;
|
strict_env = true;
|
||||||
|
hide_env_diff = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "vim";
|
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";
|
DOOMWADDIR = "$HOME/Games/doom/IWADs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue