A bunch of changes

This commit is contained in:
John Doty 2022-08-04 15:34:03 -07:00
parent 76a4600814
commit 506703932d
7 changed files with 52 additions and 5 deletions

View file

@ -21,6 +21,10 @@ if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
if [ -d "$HOME/go/bin" ] ; then
PATH="$HOME/go/bin:$PATH"
fi
# if we have a local cargo then grab it
if [ -f "$HOME/.cargo/env" ] ; then
. "$HOME/.cargo/env"