From 4984d0a9dccaf33baa1cd2549c2468173c021593 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Sat, 5 Jun 2021 17:02:38 -0600 Subject: [PATCH] Extended bash history --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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