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;
|
enable = true;
|
||||||
enableSyntaxHighlighting = true;
|
enableSyntaxHighlighting = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
|
history.ignorePatterns = [ "rm *" ];
|
||||||
|
# history.path = TODO
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
initExtraBeforeCompInit = ''
|
initExtraBeforeCompInit = ''
|
||||||
|
Reference in New Issue
Block a user