Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ".."+Tab (and "."+Tab) does not add "/" on MacOS (Sonoma)
- X-seq: zsh-users 30051
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Philippe Altherr <philippe.altherr@xxxxxxxxx>
- Cc: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: Re: ".."+Tab (and "."+Tab) does not add "/" on MacOS (Sonoma)
- Date: Sat, 3 Aug 2024 20:53:15 -0700
- Archived-at: <https://zsh.org/users/30051>
- In-reply-to: <CAH+w=7bN+cr+gA+-sZY+1-oo9NxsS-kuRT3+0hfrEHz1yy-yWQ@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CAGdYchs5bXMrXGcrBBkYVz5=rr0-Yz4yHz6kmp6wbrbuxQnmZw@mail.gmail.com> <CAH+w=7ab381Cc-ENw0MFXsdEB0Phua7Sp2e4pwyfnCjyk9qAVg@mail.gmail.com> <CAGdYchsX1t5WG9gyq3XTmyQaJjuH_75GjmOe9zNoHF+wrz+Uvg@mail.gmail.com> <CAH+w=7ZLDC7P5WMXtH-HNJrnbf06t91mhEg92MTDN=WjfJpaMw@mail.gmail.com> <CAGdYchuQHatU3XBjhUeAGFuLwaL5LzvY1qB8rz17u5fjYWR9=g@mail.gmail.com> <CAH+w=7bN+cr+gA+-sZY+1-oo9NxsS-kuRT3+0hfrEHz1yy-yWQ@mail.gmail.com>
On Sat, Aug 3, 2024 at 7:58 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> It's probably more robust to do (after "compinit"):
Even better ... skip all the stuff in _cd about options to the "cd"
commands, etc:
zstyle ':completion:*' special-dirs true
compdef '_alternative \
commands:command:_command_names \
directories:directory:"_path_files -/"' \
-command-
Messages sorted by:
Reverse Date,
Date,
Thread,
Author