-
-
Notifications
You must be signed in to change notification settings - Fork 115
tab completion not working #206
Copy link
Copy link
Open
Labels
area/bashCatch all for changes in bash filesCatch all for changes in bash filesarea/zshCatch all for changes in zsh filesCatch all for changes in zsh files
Description
Metadata
Metadata
Assignees
Labels
area/bashCatch all for changes in bash filesCatch all for changes in bash filesarea/zshCatch all for changes in zsh filesCatch all for changes in zsh files
What did you expect to happen?
cd <tab>should workWhat actually happened?
cd <tab>does not trigger expansion/autocompletion.Output
cd <TAB>shows a-cd M<TAB>(should suggest some hits like Movies, Music, etc...) shows nothingAdditional context
lsdo expand fine with tab\cddoes expand fine with tabcdis aliased tocd=__enhancd::cdunalias cd"fixes" the issue but well.. that's not the idea :)I did run a
zi update: