diff options
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 | 
