[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"
|
source "$NVM_DIR/nvm.sh"
|
||||||
|
|
||||||
## Python (pip)
|
## Python (pip)
|
||||||
PATH="$PATH:/home/simon/.local/bin"
|
PATH="/home/simon/.local/bin:$PATH"
|
||||||
|
|
||||||
## Lua
|
## Lua
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ PATH="$PATH:$HOME/.luarocks/bin/"
|
||||||
|
|
||||||
## Local binaries
|
## Local binaries
|
||||||
|
|
||||||
PATH="$PATH:$HOME/bin"
|
PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
# Ergonomic
|
# Ergonomic
|
||||||
|
|
||||||
|
|
Reference in a new issue