You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
337 B
10 lines
337 B
diff --git a/pass-otp.bash.completion b/pass-otp.bash.completion
|
|
index 419edbd..2af0370 100644
|
|
--- a/pass-otp.bash.completion
|
|
+++ b/pass-otp.bash.completion
|
|
@@ -24,3 +24,5 @@ __password_store_extension_complete_otp() {
|
|
_pass_complete_entries 1
|
|
fi
|
|
}
|
|
+
|
|
+complete -o filenames -F __password_store_extension_complete_otp pass-otp
|
|
|