mrjohannchang / zsh-interactive-cd

Fish like interactive tab completion for cd in zsh
Mozilla Public License 2.0
314 stars 37 forks source link

would be nice if it works with hashed directories #4

Open Ahg4goo9 opened 6 years ago

Ahg4goo9 commented 6 years ago

I have some abbreviations for some directories that I create with hash -d ( e.g. hash -d downloads=/the/path/to/downloads). It would be nice if the interactive cd would also work with these. E.g. cd ~downloads/[TAB] should list the things in that directory.