Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completions broken for root user
- X-seq: zsh-users 9465
- From: Scott Lipcon <slipcon@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completions broken for root user
- Date: Fri, 30 Sep 2005 11:58:40 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=ncNKe4tiaQfpUcUFSac6bUV9PBDmge5UXUiAzl5gz/CBWZVxCCJEoQl6yWPBGhJw2V4R/vtTqi/pc9ZsqmQGPPrhVxEK/+mVx4g55Z5ShyuJzALz5TFlilAppmb8y9NDG9EOA0j+2DUHS3RkiR4riAyf+xTn9OSdMSr7634/cso=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Scott Lipcon <slipcon@xxxxxxxxx>
I recently upgraded zsh on my FreeBSD machine, and now the freebsd specific completions are broken for the root user only...
As my user, if I do:
$ pkg_info zsh<tab>
it completes.
As root:
# pkg_info zsh<tab>
_arguments:340: _bsd_pkg_pkgs_and_files: function definition file not found
# which _bsd_pkg_pkgs_and_files
_bsd_pkg_pkgs_and_files () {
# undefined
builtin autoload -XUz
}
(if I do the same which command as my user, i get the function definition...)
my $fpath variables are the same in both shells, and both contain
/usr/local/share/zsh/4.2.5/functions/Completion/BSD/, which has the
_bsd_pkg containing that function...
What else should I be looking for?
Thanks,
Scott
Messages sorted by:
Reverse Date,
Date,
Thread,
Author