Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"cd .."+Tab does not add "/" on MacOS (Sonoma)
- X-seq: zsh-users 30041
- From: Marc <sedshall@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: "cd .."+Tab does not add "/" on MacOS (Sonoma)
- Date: Wed, 31 Jul 2024 11:48:04 +0200
- Archived-at: <https://zsh.org/users/30041>
- List-id: <zsh-users.zsh.org>
- Mail-reply-to: sedshall@xxxxxxxxxxxxx
- Reply-to: sedshall@xxxxxxxxxxxxx
Hi there,
I suppose the question must have been asked a million times already, but
neither Google no ChatGPT brought any useful/working answers...
Opening zsh on my Mac takes me to my home directory (Users/marc/).
Entering cd .. (+tab) should expand my input to "cd ../" (slash
attached). However, it doesn't.
I am rather new to zsh and did not excessively mess with zshrc, so I
don't think the problem sits there, and calling "zsh -f" seems to
confirm this assumption as my .zshrc-setting are ignored with '-f' and
cd ..(+tab) still doesn't work.
This is the list of option I get with setopt:
interactive
login
monitor
norcs
shinstdin
zle
What should I do to fix this?
Best,
Marc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author