Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ".."+Tab (and "."+Tab) does not add "/" on MacOS (Sonoma)



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