diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 15:55:33 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 15:55:33 -0400 |
commit | b101cf7f895a4e420f171486970688e649738367 (patch) | |
tree | 7b6a30aaab21b4ba5202c25a5a42edb49a502d9a /bash | |
parent | 0bb0e49021e267713986240333d0cffe936f8dac (diff) | |
parent | d071b1b3c57261b3828b4dd654fb22a48b24808e (diff) |
Merge branch 'master' of ssh://git.tuckerevans.com/srv/git/public/dotfiles into devon
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 |