mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(nixos): add to $HISTORY_IGNORE
This commit is contained in:
parent
c2c8cadc2e
commit
598d190084
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue