Fix for rake and zsh

This became an issue when I noticed I was getting an error running
octopress tasks such as `rake new_post["foo"]`
This commit is contained in:
Nick Nisi
2012-06-06 10:21:45 -05:00
parent 25cf0be8c5
commit d09e4140aa

View File

@@ -12,5 +12,8 @@ alias grep='grep --color=auto'
alias df='df -h' # disk free, in Gigabytes, not bytes
alias du='du -h -c' # calculate disk usage for a folder
# rake fix
alias rake="noglob rake"
# Applications
alias mou='open -a Mou.app'