Tradition dictates that options are uppercase.

This commit is contained in:
Sorin Ionescu 2011-10-10 22:16:06 -04:00
commit 9d27df2050
14 changed files with 58 additions and 58 deletions

View file

@ -17,7 +17,7 @@ fi
# Loads RVM into the shell session.
if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
# Auto adding variable-stored paths to ~ list conflicts with RVM.
unsetopt auto_name_dirs
unsetopt AUTO_NAME_DIRS
# Source RVM.
source "$HOME/.rvm/scripts/rvm"