I’m just starting to look at bundler — way ahead of the curve as usual.
I’m using zsh, and every time I ran a bundle command I’d get:
correct 'bundle' to .. [nyae]?
To turn off the autocorrect message, just add this to your .zshrc:
alias bundle='nocorrect bundle'
One Comment
“rehash” or just open new zsh session in other terminal. no?
Post a Comment