check properly

This commit is contained in:
finga 2019-11-22 13:42:13 +01:00
parent ff8126640c
commit 1ec8a15b3b

View file

@ -31,9 +31,12 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
# set PATH so it includes user's .cargo/bin
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.cargo/bin:$PATH"
fi
# autoloads
if [ -f "$HOME/.autoload" ] ; then
. ~/.aliases
fi
export PATH="$HOME/.cargo/bin:$PATH"