Tweak profile so we can actually login sometimes

This commit is contained in:
John Doty 2022-06-14 05:33:25 -07:00
parent 14932b6656
commit ac43b3abca

View file

@ -21,7 +21,7 @@ if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# added by Anaconda3 2.4.1 installer
export PATH="/Users/doty/anaconda/bin:$PATH"
# if we have a local cargo then grab it
if [ -f "$HOME/.cargo/env" ] ; then
. "$HOME/.cargo/env"
fi