mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Removing redundant HISTIGNORE patterns
This commit is contained in:
committed by
Koichi Murase
parent
3d14c374b9
commit
78da2ce84d
@ -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
|
||||||
|
Reference in New Issue
Block a user