diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-18 16:47:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-18 16:47:44 -0300 |
commit | 441132430b4b45030b0a01603c6a1d3b16122b06 (patch) | |
tree | 2a620dacfde53b9103264c6d6042bd1305556452 | |
parent | bd51bff19679805a3b5ed6ae8185cd3ee98a0c0f (diff) | |
download | keyringer-441132430b4b45030b0a01603c6a1d3b16122b06.tar.gz keyringer-441132430b4b45030b0a01603c6a1d3b16122b06.tar.bz2 |
Completion cleanup
-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" |