Gangmax Blog

Zsh works with Octopress

If I disable the “rake” plugin of “zsh” in “~/.zshrc” file by modifying the following line:

1
2
# Remove the "rake" item from the following line.
plugins=(git github lein mvn pip pyenv python ruby rake rvm tmux tmuxinator)

I will get the following error:

1
2
$ rake new_post['Test']
zsh: no matches found: new_post[Test]

So the “rake” plugin cannot be removed if you want the rake command works for Octopress under zsh.

Comments