diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-07-29 11:04:28 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-07-29 11:04:28 +1200 |
commit | 055f840d297a7a879c2b75f5024dbaf5aba8c71b (patch) | |
tree | e925d8de5bab6a9500238be9adc79afbbdaef2b8 /pyenv | |
parent | Spruce up X config a bit, remove Thunar daemon (diff) | |
download | dotfiles-055f840d297a7a879c2b75f5024dbaf5aba8c71b.tar.gz dotfiles-055f840d297a7a879c2b75f5024dbaf5aba8c71b.zip |
Re-order a couple of PATH variables
Diffstat (limited to 'pyenv')
-rw-r--r-- | pyenv/profile.d/pyenv.sh | 4 |
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 |