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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plenv/profile.d/plenv.sh b/plenv/profile.d/plenv.sh
index 36d6289b..5bfc2d24 100644
--- a/plenv/profile.d/plenv.sh
+++ b/plenv/profile.d/plenv.sh
@@ -1,2 +1,2 @@
-# Add plenv shims and bindir to PATH
-PATH=$HOME/.plenv/shims:$HOME/.plenv/bin:$PATH
+# Add plenv bindir and shims to PATH
+PATH=$HOME/.plenv/bin:$HOME/.plenv/shims:$PATH