Skip to content

Instantly share code, notes, and snippets.

@5eleven
Last active December 10, 2015 13:28
Show Gist options
  • Save 5eleven/4441577 to your computer and use it in GitHub Desktop.
Save 5eleven/4441577 to your computer and use it in GitHub Desktop.
Fix ZSH rake parameter issue on Mac
# 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'
@stuarthannig
Copy link

Thanks, although you could just do.

cd ~ #Instead of /Users/YourUserName

But you saved me from future grief, wasn't aware that Zsh was the troublemaker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment