.zshrc: Add ~/.local/bin to PATH on Linux
This is where pip binaries end up it seems.
This commit is contained in:
parent
4503c1c997
commit
86709372d4
2
.zshrc
2
.zshrc
@ -54,7 +54,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
|
|
||||||
PATH=$PATH:/usr/local/opt/postgresql@9.5/bin
|
PATH=$PATH:/usr/local/opt/postgresql@9.5/bin
|
||||||
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||||
# noop
|
PATH=$PATH:~/.local/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias ls='ls -F --color=auto'
|
alias ls='ls -F --color=auto'
|
||||||
|
Loading…
Reference in New Issue
Block a user