Last active
December 10, 2015 13:28
-
-
Save 5eleven/4441577 to your computer and use it in GitHub Desktop.
Fix ZSH rake parameter issue on Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# go into the directory where .zshrc is located. Usually ~ | |
cd /Users/YourUserName | |
# open .zshrc file | |
vi .zshrc | |
# add this line to end of .zshrc | |
alias rake='noglob rake' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, although you could just do.
But you saved me from future grief, wasn't aware that Zsh was the troublemaker.