Improve '.bash_history' config
parent
e385015238
commit
d20283c8f7
6
.bashrc
6
.bashrc
|
@ -36,10 +36,10 @@ export PATH=~/.bin:$PATH
|
|||
# }}}
|
||||
|
||||
# History {{{
|
||||
export HISTSIZE=999999
|
||||
export HISTFILESIZE= # Unlimited
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
export HISTSIZE=500000
|
||||
# Omit `clear, ls...`; commands prepended with space
|
||||
export HISTIGNORE="clear:l: *"
|
||||
export HISTIGNORE=" *:clear:l:ls:cd" # Omit commands from history (e.g. those prepended with space)
|
||||
# }}}
|
||||
|
||||
# Man pages {{{
|
||||
|
|
Loading…
Reference in New Issue