zsh: fix completions
seems like there was a typo in these from the beginning. also fixes the wrong function name for proxmox-file-restore completion Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
1ce8e905ea
commit
68149b9045
@ -2,7 +2,7 @@
|
||||
|
||||
function _pmt() {
|
||||
local cwords line point cmd curr prev
|
||||
cworkds=${#words[@]}
|
||||
cwords=${#words[@]}
|
||||
line=$words
|
||||
point=${#line}
|
||||
cmd=${words[1]}
|
||||
|
Reference in New Issue
Block a user