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