mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Support cargo/rust.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user