oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

ZSH completion does not work #87

Closed janhieber closed 7 years ago

janhieber commented 7 years ago

Auto completion in ZSH doesn't work and I don't know why.

.zshrc _complete_debug packages: aur/apacman 3.1-1 aur/apacman-deps 0.9-1

I'm no expert in ZSH completion, has anyone else the same issue?

janhieber commented 7 years ago

Turned out my .zshrc had an configuration error. I used compinit -C instead of compinit. That's the problem with copy paste :)