Removing redundant HISTIGNORE patterns

This commit is contained in:
Marc Richter
2023-04-03 19:21:50 +02:00
committed by Koichi Murase
parent 3d14c374b9
commit 78da2ce84d

View File

@ -37,7 +37,7 @@ export HISTFILESIZE=
HISTCONTROL="erasedups:ignoreboth" HISTCONTROL="erasedups:ignoreboth"
# Don't record some commands # Don't record some commands
export HISTIGNORE="&:[ ]*:exit:ls:bg:fg:history:clear" export HISTIGNORE="exit:ls:bg:fg:history:clear"
# Enable incremental history search with up/down arrows (also Readline goodness) # Enable incremental history search with up/down arrows (also Readline goodness)
# Learn more about this here: http://codeinthehole.com/writing/the-most-important-command-line-tip-incremental-hi # Learn more about this here: http://codeinthehole.com/writing/the-most-important-command-line-tip-incremental-hi