mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
handle multiline hist/core dump size
This commit is contained in:
parent
3e2d569cc1
commit
20ec9302fe
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,9 @@ export HISTSIZE=1000
|
||||||
# ignore both duplicates and whitespace in history
|
# ignore both duplicates and whitespace in history
|
||||||
export HISTCONTROL=ignoreboth
|
export HISTCONTROL=ignoreboth
|
||||||
|
|
||||||
|
# save multiline history as one entry
|
||||||
|
shopt -s cmdhist
|
||||||
|
|
||||||
# append to the history file, don't overwrite it
|
# append to the history file, don't overwrite it
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
|
||||||
|
@ -14,3 +17,8 @@ shopt -s histappend
|
||||||
# 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.
|
||||||
shopt -s checkwinsize
|
shopt -s checkwinsize
|
||||||
|
|
||||||
|
# extended globing enabled
|
||||||
|
shopt -s extglob
|
||||||
|
|
||||||
|
ulimit -c 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue