diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 14:32:00 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 14:32:00 -0400 |
commit | d071b1b3c57261b3828b4dd654fb22a48b24808e (patch) | |
tree | 5ba7ebce88b6aac182c27a62afcab6c07b8bac71 /bash | |
parent | b5e08c7f88afef0747e1e88dfc91e18ab3a32390 (diff) | |
parent | 9fe0ad06d4ce048fc24c4c1b102f26154457984a (diff) |
Merge branch 'ursa_minor'
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 4 |
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 |