missed the $ in pc variable

This commit is contained in:
Jonas Forsberg 2020-12-08 12:27:24 +01:00
parent ee5d19cee1
commit 2a3bb43bd0
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -2,7 +2,7 @@
function pc(){
# use pass and copy to clipboard
pass -c1 "@"
pass -c1 "$@"
}
complete -o filenames -F _pass pc