diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-12 02:59:33 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-12 02:59:33 -0500 |
commit | f2b13b5380ab891a21b6b84bbc602492b51ed6cd (patch) | |
tree | 4459032469b3c18fd19987659d5dc94bbcc7b931 /bash | |
parent | f186a6efd30dda2f2b0d454d419b26d34a802e5a (diff) |
Minor config updates
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 952dfd8..c5d7852 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,8 @@ # .bashrc set -o vi +source ~/.pass_completion + # If not running interactively, don't do anything [[ $- != *i* ]] && return |