From 441132430b4b45030b0a01603c6a1d3b16122b06 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Jul 2013 16:47:44 -0300 Subject: Completion cleanup --- lib/keyringer/completions/bash | 4 ---- 1 file changed, 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" -- cgit v1.2.3