mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix typo in comment
This commit is contained in:
@@ -25,7 +25,7 @@ if [ -n "$BASH_VERSION" ]; then
|
|||||||
alias va="bundle exec vagrant"
|
alias va="bundle exec vagrant"
|
||||||
elif [ -n "$ZSH_VERSION" ]; then
|
elif [ -n "$ZSH_VERSION" ]; then
|
||||||
# With Z-Shell I use oh-my-zsh and it's bundler plugin negating the need to
|
# 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 ru="ruby"
|
||||||
alias ra="rake"
|
alias ra="rake"
|
||||||
alias rai="rails"
|
alias rai="rails"
|
||||||
|
|||||||
Reference in New Issue
Block a user