aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 11:04:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 11:04:28 +1200
commit055f840d297a7a879c2b75f5024dbaf5aba8c71b (patch)
treee925d8de5bab6a9500238be9adc79afbbdaef2b8
parentSpruce up X config a bit, remove Thunar daemon (diff)
downloaddotfiles-055f840d297a7a879c2b75f5024dbaf5aba8c71b.tar.gz
dotfiles-055f840d297a7a879c2b75f5024dbaf5aba8c71b.zip
Re-order a couple of PATH variables
-rw-r--r--plenv/profile.d/plenv.sh4
-rw-r--r--pyenv/profile.d/pyenv.sh4
-rw-r--r--rbenv/profile.d/rbenv.sh4
3 files changed, 6 insertions, 6 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
diff --git a/pyenv/profile.d/pyenv.sh b/pyenv/profile.d/pyenv.sh
index 3ad73c68..ea2455fb 100644
--- a/pyenv/profile.d/pyenv.sh
+++ b/pyenv/profile.d/pyenv.sh
@@ -1,2 +1,2 @@
-# Add pyenv shims and bindir to PATH
-PATH=$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH
+# Add pyenv bindir and shims to PATH
+PATH=$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH
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