On 08/04/2022 00:11, Bart Schaefer wrote:
On Thu, Apr 7, 2022 at 1:20 PM zzapper <zsh@xxxxxxxxxxxxxx> wrote:% ls /usr/l/b If I hit TAB again: % ls /usr/l/b libexec/ local/One issue I had was that it was only offering me two of the possible 6 sub-directoriesIf you look at my example, I was only offered libexec and local even though there is a /usr/lib directory. But there's no file matching "b*" in /usr/lib, so "lib" is excluded.
OMG that's subtle & clever (My expansions work better in an zsh -f clean environment)Where does it specify that this feature only(?) works with one initial letter?
zzapper