[zsh] local binaries and pip take precedence over system
This commit is contained in:
parent
d1d634888f
commit
8a3be30530
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue