aboutsummaryrefslogtreecommitdiff
path: root/plenv/profile.d/plenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plenv/profile.d/plenv.sh')
-rw-r--r--plenv/profile.d/plenv.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/plenv/profile.d/plenv.sh b/plenv/profile.d/plenv.sh
index 52750e9c..36d6289b 100644
--- a/plenv/profile.d/plenv.sh
+++ b/plenv/profile.d/plenv.sh
@@ -1,3 +1,2 @@
-# Add plenv to PATH if its home directory exists
-[ -d "$HOME"/.plenv ] || return
+# Add plenv shims and bindir to PATH
PATH=$HOME/.plenv/shims:$HOME/.plenv/bin:$PATH