.bashrc: add option histappend, set HISTSIZE=1000, HISTFILESIZE=2000
This commit is contained in:
parent
0f12ad84cf
commit
59c1e82c7c
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
|
@ -8,7 +8,10 @@
|
|||
# Bash settings
|
||||
set -o noclobber
|
||||
shopt -s checkwinsize
|
||||
shopt -s histappend
|
||||
export HISTCONTROL=ignoreboth
|
||||
export HISTSIZE=1000
|
||||
export HISTFILESIZE=2000
|
||||
export PROMPT_DIRTRIM=3
|
||||
|
||||
# Color output and default options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue