aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index dc18213..aa56e8e 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -4,8 +4,8 @@ set -o vi
PATH=~/bin:$PATH
source ~/.pass_completion
-HISTSIZE=1000
-HISTFILESIZE=8000
+HISTSIZE=10000000
+HISTFILESIZE=8000000
# If not running interactively, don't do anything
[[ $- != *i* ]] && return