summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-07-28 17:03:23 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-07-28 17:03:23 +0200
commit1648eb59820993a1f4eec941f3b42b30d3e921b9 (patch)
treee42788c3de60a13668950ae19b2a626e95204a22 /.bashrc
parent3b29cf84f7ef869b2baf1a4b1be7def3ce375a9e (diff)
bashrc: increased history size
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index c004813..f3f4c82 100644
--- a/.bashrc
+++ b/.bashrc
@@ -2,8 +2,8 @@
[[ $- != *i* ]] && return
HISTCONTROL=ignoreboth:erasedups
-HISTSIZE=1000
-HISTFILESIZE=5000
+HISTSIZE=100000
+HISTFILESIZE=$HISTSIZE
shopt -s histappend
shopt -s checkwinsize