zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.3k stars 1.85k forks source link

How do I stop it from expanding a variable ('$') that is set with export? Why won't it autocomplete a folder? #776

Open DKchemistry opened 5 months ago

DKchemistry commented 5 months ago

I have something export SCHRODINGER=/opt/schrodinger/suites2023-3 in my .zshrc.

If i type this out, you can see I have the option of selection some command or folder with more command

image

But if I press tab, it just does this:

image

I never want this behavior. I want to cycle through all my options, executibles or further directories.

Even weirder and more infuriating, is once it expands and I start typing the characters that start 'utilities', it doesn't do anything:

image

All of this used to be default behavior, then I installed oh-my-zsh and it all broke when I re-installed zsh-autocomplete. I can't seem to get back to how it used to work.