zsh: do not remember rm
commands
This commit is contained in:
2
modules/universal/env/home-manager.nix
vendored
2
modules/universal/env/home-manager.nix
vendored
@@ -267,6 +267,8 @@ in
|
||||
enable = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
enableVteIntegration = true;
|
||||
history.ignorePatterns = [ "rm *" ];
|
||||
# history.path = TODO
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
initExtraBeforeCompInit = ''
|
||||
|
Reference in New Issue
Block a user