mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00:00
f3fd89af54
Many thangs to the hard work and generous availability of: git@github.com:Misterio77/nix-config.git
10 lines
337 B
Diff
10 lines
337 B
Diff
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
|