Sat Jun 22 01:44:27 AM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-22 01:44:27 +02:00
parent bdbcd87426
commit 444c534c38
1 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,12 @@
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
config = { global = { hiden_env_diff = true; }; };
config = {
global = {
hiden_env_diff = true;
warn_timeout = 0;
};
};
};
programs.command-not-found.enable = true;
programs.zoxide = {