agkozak / zsh-z

Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
MIT License
2.02k stars 76 forks source link

Fantasic script, works great with zimfw #15

Closed keybits closed 4 years ago

keybits commented 4 years ago

Thanks for your work on this. I've selected it over z, autojump and pazi.

I'm using zimfw and zsh-z works great by cloning into .zimfw/modules/zsh-z and then enabling it as a module in .zimrc.

I did need to add autoload -U compinit && compinit to .zshrc for tab autocompletion.

Your delightfully helpful approach on the few issues I saw here was the clincher for installing. Thanks again and feel free to close this issue.

agkozak commented 4 years ago

Thank you so much for you kind words. I'll make a point of including instructions for how to use zsh-z with Zim.

agkozak commented 4 years ago

Done! Thanks again for your encouragement and for helping to make zsh-z better.