Support cargo/rust.

This commit is contained in:
David Tomaschik
2020-05-23 17:57:14 -07:00
parent 0a92dd0ed7
commit 8d7c76b227

View File

@@ -131,6 +131,11 @@ fi
# Setup PATH for tools # Setup PATH for tools
PATH=${PATH}:${HOME}/bin/tools PATH=${PATH}:${HOME}/bin/tools
# Got rust?
if test -d ${HOME}/.cargo/bin ; then
PATH=${PATH}:${HOME}/.cargo/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"