You are not logged in.
I have migrated from netcfg to netctl recently, but a weird thing I notice is that there is no zsh completion for netctl. However it's clear that netctl has its zsh completion file installed:
~$ pac -Ql netctl | grep _netctl
netctl /usr/share/zsh/site-functions/_netctl
I googled around and there seems at least one person who shares the problem (https://bbs.archlinux.org/viewtopic.php?id=157670 #20), but there is no solution there.
Last edited by xiaq (2013-06-03 09:28:14)
Offline
The link to a post is "hidden" under time and date of the post, here: '2013-03-22 17:37:57'. You can simply copy/paste it https://bbs.archlinux.org/viewtopic.php … 5#p1247855
Offline
I use zsh with grml config and the autocomplete works.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Online
Somehow installation of /usr/share/zsh/site-functions/_netctl didn't trigger compinit to update ~/.zcompdump. Removing the file by hand resolves the issue.
Offline