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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user