mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Support pip path
This commit is contained in:
@@ -140,6 +140,11 @@ if test -d ${HOME}/.cargo/bin ; then
|
|||||||
PATH=${PATH}:${HOME}/.cargo/bin
|
PATH=${PATH}:${HOME}/.cargo/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Pip packages
|
||||||
|
if test -d ${HOME}/.local/bin ; then
|
||||||
|
PATH=${PATH}:${HOME}/.local/bin
|
||||||
|
fi
|
||||||
|
|
||||||
# Most is nice, if we have it
|
# Most is nice, if we have it
|
||||||
if command -v most >/dev/null 2>&1; then
|
if command -v most >/dev/null 2>&1; then
|
||||||
export PAGER="most"
|
export PAGER="most"
|
||||||
|
|||||||
Reference in New Issue
Block a user