mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
clean up bash options
This commit is contained in:
parent
3b60339bc3
commit
d157f48b14
1 changed files with 1 additions and 4 deletions
|
@ -3,10 +3,7 @@ export HISTFILE="${HOME}/.bash/.history"
|
|||
|
||||
export HISTSIZE=1000
|
||||
|
||||
# don't put duplicate lines in the history. See bash(1) for more options
|
||||
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
|
||||
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
|
||||
# ... or force ignoredups and ignorespace
|
||||
# ignore both duplicates and whitespace in history
|
||||
export HISTCONTROL=ignoreboth
|
||||
|
||||
# append to the history file, don't overwrite it
|
||||
|
|
Loading…
Add table
Reference in a new issue