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.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/rbenv/profile.d/rbenv.sh b/rbenv/profile.d/rbenv.sh
index 52787b4d..5295584c 100644
--- a/rbenv/profile.d/rbenv.sh
+++ b/rbenv/profile.d/rbenv.sh
@@ -1,5 +1,2 @@
-# Add rbenv to PATH and MANPATH if it appears to be in use
-[ -d "$HOME"/.rbenv ] || return
-PATH=$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH
-MANPATH=$HOME/.rbenv/versions/$(ruby -e 'print "#{ RUBY_VERSION }"')/man:$MANPATH
-export MANPATH
+# Add rbenv bindir and shims to PATH
+PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH