diff --git a/.bashrc b/.bashrc index d11302c..26dd24f 100644 --- a/.bashrc +++ b/.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