Fix typo in comment

This commit is contained in:
2013-06-02 21:04:16 +03:00
parent affdf48608
commit 37721e27c8

View File

@@ -25,7 +25,7 @@ if [ -n "$BASH_VERSION" ]; then
alias va="bundle exec vagrant"
elif [ -n "$ZSH_VERSION" ]; then
# With Z-Shell I use oh-my-zsh and it's bundler plugin negating the need to
# manually prefix command with 'bundle exec'.
# manually prefix ruby-based commands with 'bundle exec'.
alias ru="ruby"
alias ra="rake"
alias rai="rails"