Gentoo Archives: gentoo-user

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] zsh: not so bad?
Date: Mon, 13 Jul 2015 18:27:23
Message-Id: CAOazyz1E-YNcwvrO-kL_7Qzt1k55ZO=3eJuGetW5CSizXTT00w@mail.gmail.com
In Reply to: Re: [gentoo-user] zsh: not so bad? by Alon Bar-Lev
1 On 13 July 2015 at 10:12, Alon Bar-Lev <alonbl@g.o> wrote:
2 >
3 > On 13 July 2015 at 04:52, walt <w41ter@×××××.com> wrote:
4 > > Maybe someone here has missed the recent discussion of zsh? ;)
5 > >
6 > > I just found this website, giving a wonderful primer on how to
7 > > configure zsh:
8 > >
9 > > http://wiki.redbrick.dcu.ie/mw/Account_Customisation_(zsh)
10 > >
11 >
12 > I also moved to zsh just to check.
13 >
14
15 I updated bug#213627 for better default configuration, it was not
16 applied ever since 2008(!).
17
18 Solved so far:
19 1. system dir colors
20 2. proper prompt
21 3. ~/.profile execution.
22
23 Only issue I could not find a solution to is tab completion after '=',
24 for example:
25
26 xxx --file=<TAB>
27
28 This will not complete files, while it will be nice if it does.
29
30 There is magic_equal_subst option which enables that but also cause
31 harm when using = in other places such as:
32
33 % echo xx==cat
34 xx=/bin/cat
35
36 Is there any sequence to enable completion after space without
37 effecting the entire interpreter?
38
39 Thanks!
40
41 [1] https://bugs.gentoo.org/show_bug.cgi?id=213627

Replies

Subject Author
[gentoo-user] Re: zsh: not so bad? Martin Vaeth <martin@×××××.de>