[zsh] local binaries and pip take precedence over system

This commit is contained in:
Simon Bruder 2018-11-07 12:50:37 +00:00
parent d1d634888f
commit 8a3be30530
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -10,7 +10,7 @@ export NVM_DIR=$(realpath "$HOME/.nvm")
source "$NVM_DIR/nvm.sh"
## Python (pip)
PATH="$PATH:/home/simon/.local/bin"
PATH="/home/simon/.local/bin:$PATH"
## Lua
@ -20,7 +20,7 @@ PATH="$PATH:$HOME/.luarocks/bin/"
## Local binaries
PATH="$PATH:$HOME/bin"
PATH="$HOME/bin:$PATH"
# Ergonomic