aboutsummaryrefslogtreecommitdiff
path: root/rbenv/profile.d/rbenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rbenv/profile.d/rbenv.sh')
-rw-r--r--rbenv/profile.d/rbenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbenv/profile.d/rbenv.sh b/rbenv/profile.d/rbenv.sh
index 522ff247..5295584c 100644
--- a/rbenv/profile.d/rbenv.sh
+++ b/rbenv/profile.d/rbenv.sh
@@ -1,2 +1,2 @@
-# Add rbenv shims and bindir to PATH
-PATH=$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH
+# Add rbenv bindir and shims to PATH
+PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH