Fix zsh auto-correct once and for all
Is auto-correct driving you crazy?
$ bundle install
zsh: correct 'bundle' to '.bundle' [nyae]?
Forget the messy alias commands in your config files. Try this instead:
$ hash -rf
This empties and immediately rebuilds the zsh command hash table used by auto-correct.
$ bundle install
Using rake (10.1.0)
Using bundler (1.3.5)
Your bundle is complete!
Perfect! What's in the command hash table, you say? See for yourself:
$ hash
Happy coding!
Written by Ryan Sobol
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Zsh
Authors
Related Tags
#zsh
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#