Extended bash history
This commit is contained in:
parent
aeb6228036
commit
4984d0a9dc
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
@ -23,8 +23,8 @@ alias sw='i3-swallow'
|
|||
|
||||
export EDITOR=vim
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export HISTSIZE=1000
|
||||
export HISTFILESIZE=2000
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
||||
|
||||
export LESS=-R
|
||||
|
|
Loading…
Reference in a new issue