missed the $ in pc variable

This commit is contained in:
Jonas Forsberg
2020-12-08 12:27:24 +01:00
parent ee5d19cee1
commit 2a3bb43bd0

View File

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