mirror of
https://github.com/larstvei/nix-config.git
synced 2025-10-13 14:30:12 +00:00
Less noisy direnv output
This commit is contained in:
parent
1b35ec7969
commit
9ddaad3888
@ -15,7 +15,6 @@
|
||||
if test "$TERM" != "dumb"
|
||||
track_directories
|
||||
end
|
||||
set -gx DIRENV_LOG_FORMAT ""
|
||||
'';
|
||||
};
|
||||
|
||||
@ -27,6 +26,10 @@
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
config.global = {
|
||||
log_format = "⊙ %s";
|
||||
hide_env_diff = true;
|
||||
};
|
||||
};
|
||||
|
||||
starship = {
|
||||
|
Loading…
Reference in New Issue
Block a user