[pass] [PATCH 2/2] bashcomp: disable the 'filenames' completion option
samuel.lethiec at intelunix.fr
samuel.lethiec at intelunix.fr
Sun Mar 1 22:25:57 CET 2015
(did not include this patch in the previous as I'm not entirely sure it
does not come with some surprise)
the filenames option was adding trailing slash when we already added
one
---
src/completion/pass.bash-completion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/completion/pass.bash-completion
b/src/completion/pass.bash-completion
index efd4b70..6f82c8d 100644
--- a/src/completion/pass.bash-completion
+++ b/src/completion/pass.bash-completion
@@ -109,4 +109,4 @@ _pass()
fi
}
-complete -o filenames -o nospace -F _pass pass
+complete -o nospace -F _pass pass
--
2.1.0
More information about the Password-Store
mailing list