git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index c1fee85..e34c428 100644
--- a/.bashrc
+++ b/.bashrc
@@ -10,7 +10,7 @@ export HISTCONTROL=ignoredups
# If the sysadmins do not care about history timestamps, let us do that:
[ -z "$HISTTIMEFORMAT" ] && export HISTTIMEFORMAT="%F %T "
# same philosophy, other history settings:
-[ -z "$HISTSIZE" ] && export HISTSIZE=10240
+[ -z "$HISTSIZE" ] && export HISTSIZE=16384
[ -z "$HISTCONTROL" ] && export HISTCONTROL=ignoredups
# stuff before $BBD
# shellcheck disable=SC1090