Sat Jun 22 01:44:27 AM CEST 2024
This commit is contained in:
parent
bdbcd87426
commit
444c534c38
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue