zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

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

Open DKchemistry opened this issue 1 year ago • 1 comments

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.

DKchemistry avatar Jan 21 '24 03:01 DKchemistry