|
|
@ -18,8 +18,8 @@ HISTCONTROL=ignoredups:ignorespace
|
|
|
|
shopt -s histappend
|
|
|
|
shopt -s histappend
|
|
|
|
|
|
|
|
|
|
|
|
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
|
|
|
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
|
|
|
HISTSIZE=10000
|
|
|
|
HISTSIZE=100000
|
|
|
|
HISTFILESIZE=20000
|
|
|
|
HISTFILESIZE=200000
|
|
|
|
|
|
|
|
|
|
|
|
# check the window size after each command and, if necessary,
|
|
|
|
# check the window size after each command and, if necessary,
|
|
|
|
# update the values of LINES and COLUMNS.
|
|
|
|
# update the values of LINES and COLUMNS.
|
|
|
|