Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] app-shells/gentoo-zsh-completions no longer working
Date: Mon, 12 Oct 2020 20:45:26
Message-Id: 20201012204315.sdl3mevgzeohx6hy@ad-gentoo-main
In Reply to: Re: [gentoo-user] app-shells/gentoo-zsh-completions no longer working by John Covici
1 On Mon, Oct 12, 2020 at 02:42:10PM -0400, John Covici wrote:
2 > _gentoo_repos:8: command not found: _gentoo_repos_conf
3 > [...]
4
5 The errors are coming from [1], referencing the function provided by the file at
6 [2] (`_gentoo_repos_conf`). It's likely that you aren't loading these functions
7 into your shell. Have you seen the post-install message of ZSH [3]? Try running
8 the following and see if it fixes your problem:
9
10 % autoload -U compinit promptinit
11 % compinit
12 % promptinit; prompt gentoo
13
14 [1] https://gitweb.gentoo.org/proj/zsh-completion.git/tree/src/_gentoo_repos
15 [2] https://gitweb.gentoo.org/proj/zsh-completion.git/tree/src/_gentoo_repos_conf
16 [3] https://gitweb.gentoo.org/repo/gentoo.git/tree/app-shells/zsh/zsh-5.8.ebuild#n197
17
18 --
19
20 Ashley Dixon
21 suugaku.co.uk
22
23 2A9A 4117
24 DA96 D18A
25 8A7B B0D2
26 A30E BF25
27 F290 A8AA

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] app-shells/gentoo-zsh-completions no longer working John Covici <covici@××××××××××.com>