diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/keyringer/completions/bash | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/keyringer/completions/bash b/lib/keyringer/completions/bash index 74c5812..5c56d47 100644 --- a/lib/keyringer/completions/bash +++ b/lib/keyringer/completions/bash @@ -23,10 +23,6 @@ _keyringer() { if [ "${#COMP_WORDS[@]}" == "3" ] && echo "${prev}" | grep -qe "[$instances]"; then opts="`keyringer $instance commands`" elif [ "${#COMP_WORDS[@]}" == "4" ]; then - # Process config - source $config/config - path="`eval echo '$'$instance`" - case "${prev}" in options|preferences) opts="ls edit add" |