missed the $ in pc variable
This commit is contained in:
parent
ee5d19cee1
commit
2a3bb43bd0
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user