Tweak profile so we can actually login sometimes
This commit is contained in:
parent
14932b6656
commit
ac43b3abca
1 changed files with 5 additions and 5 deletions
10
.profile
10
.profile
|
|
@ -12,7 +12,7 @@
|
||||||
if [ -n "$BASH_VERSION" ]; then
|
if [ -n "$BASH_VERSION" ]; then
|
||||||
# include .bashrc if it exists
|
# include .bashrc if it exists
|
||||||
if [ -f "$HOME/.bashrc" ]; then
|
if [ -f "$HOME/.bashrc" ]; then
|
||||||
. "$HOME/.bashrc"
|
. "$HOME/.bashrc"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ if [ -d "$HOME/bin" ] ; then
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# added by Anaconda3 2.4.1 installer
|
# if we have a local cargo then grab it
|
||||||
export PATH="/Users/doty/anaconda/bin:$PATH"
|
if [ -f "$HOME/.cargo/env" ] ; then
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
. "$HOME/.cargo/env"
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue