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 df='df -h' # disk free, in Gigabytes, not bytes
|
||||||
alias du='du -h -c' # calculate disk usage for a folder
|
alias du='du -h -c' # calculate disk usage for a folder
|
||||||
|
|
||||||
|
# rake fix
|
||||||
|
alias rake="noglob rake"
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
alias mou='open -a Mou.app'
|
alias mou='open -a Mou.app'
|
||||||
|
|||||||
Reference in New Issue
Block a user