put home local bin before path

This commit is contained in:
JesseBot 2024-03-28 19:38:02 +01:00
parent b5ddf72a80
commit b14f08c8d6

View file

@ -24,7 +24,7 @@ if [[ $(uname) == *"Linux"* ]]; then
export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin
# pip packages with command line tools install here by default with apt installed python
export PATH=$PATH:$HOME/.local/bin
export PATH=$HOME/.local/bin:$PATH
# make python do it's cache in ~/.cache/python
export PYTHONPYCACHEPREFIX=$XDG_CACHE_HOME/python