fixing path for pyenv

This commit is contained in:
2021-07-14 10:54:05 +01:00
parent f3ff3d6119
commit 4a8a9efe32
2 changed files with 3 additions and 3 deletions

View File

@@ -73,8 +73,8 @@ alias size='du -c -h -d 1 | sort -h'
################################################################
# PATH #
################################################################
export PATH=/usr/sbin:$PATH
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:/usr/sbin"
export PATH="$HOME/.local/bin:$PATH"
################################################################
# RUST #