From 37721e27c81a498dc4ae41784898876c02ebf541 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 2 Jun 2013 21:04:16 +0300 Subject: [PATCH] Fix typo in comment --- shell/ruby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ruby.sh b/shell/ruby.sh index a1a9b2f..817b3a8 100644 --- a/shell/ruby.sh +++ b/shell/ruby.sh @@ -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"