When using the terminal to navigate through my files I was used to be able to type
cd .. TAB where the TAB would add the / at the end of the .. and I could just continue typing. Now, on big sur, this does not work anymore. When I type cd .. and TAB the screen just flashes once and that's it, I always have to type the /
Can anybody help how to get the old behavior?
My .zshrc file
source /opt/homebrew/opt/chruby/share/chruby/chruby.sh source /opt/homebrew/opt/chruby/share/chruby/auto.sh export PATH=/opt/homebrew/bin:$PATH if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi