chore(nixos): add to $HISTORY_IGNORE

This commit is contained in:
arcnmx 2024-03-21 08:35:16 -07:00
parent c2c8cadc2e
commit 598d190084

View file

@ -6,7 +6,7 @@
setopt autocd setopt autocd
setopt HIST_IGNORE_DUPS setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE setopt HIST_IGNORE_SPACE
HISTORY_IGNORE="(*^C*|:*|/*|~*|.*)" HISTORY_IGNORE="(*^C*|:*|/*|~*|.(/*|./*|.)|(sudo |)(ls|cd)( *|))"
''; '';
}; };
programs.bash = { programs.bash = {