diff --git a/dotfiles/zshrc b/dotfiles/zshrc index ecc2f6a..1f5d04a 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -140,6 +140,11 @@ if test -d ${HOME}/.cargo/bin ; then PATH=${PATH}:${HOME}/.cargo/bin fi +# Pip packages +if test -d ${HOME}/.local/bin ; then + PATH=${PATH}:${HOME}/.local/bin +fi + # Most is nice, if we have it if command -v most >/dev/null 2>&1; then export PAGER="most"