Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 181d4d2

Browse files
committed
Organized commands better.
1 parent 92d25ef commit 181d4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/chruby/chruby.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ function chruby_reset()
1010
export PATH=`sed -e "s|:$GEM_HOME/bin:|:|g; s|:$GEM_ROOT/bin:|:|g" <<< $PATH`
1111
fi
1212
13-
unset RUBY RUBY_ENGINE RUBY_VERSION RUBYOPT GEM_ROOT GEM_HOME GEM_PATH
14-
1513
export PATH=`sed -e "s|^:*||; s|:*$||" <<< $PATH`
14+
15+
unset RUBY RUBY_ENGINE RUBY_VERSION RUBYOPT GEM_ROOT GEM_HOME GEM_PATH
1616
hash -r
1717
}
1818

0 commit comments

Comments
 (0)