aboutsummaryrefslogtreecommitdiff
path: root/pyenv
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 /pyenv
parentSpruce up X config a bit, remove Thunar daemon (diff)
downloaddotfiles-055f840d297a7a879c2b75f5024dbaf5aba8c71b.tar.gz
dotfiles-055f840d297a7a879c2b75f5024dbaf5aba8c71b.zip
Re-order a couple of PATH variables
Diffstat (limited to 'pyenv')
-rw-r--r--pyenv/profile.d/pyenv.sh4
1 files changed, 2 insertions, 2 deletions
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