aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/00-global.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash/00-global.bash')
-rw-r--r--bash/.bash/00-global.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash/00-global.bash b/bash/.bash/00-global.bash
index 38718fb..5ad99f7 100644
--- a/bash/.bash/00-global.bash
+++ b/bash/.bash/00-global.bash
@@ -5,7 +5,7 @@
#
# expand history size
-export HISTSIZE=5000
+export HISTSIZE=100000
# source global definitions
if [ -f /etc/bashrc ]; then