Change where path is set.

This commit is contained in:
David Tomaschik
2020-06-07 11:33:06 -07:00
parent 8d7c76b227
commit 7f9a3774ae
2 changed files with 1 additions and 4 deletions

View File

@@ -128,9 +128,6 @@ if [ -x /usr/bin/ack-grep ] ; then
alias ack='/usr/bin/ack-grep'
fi
# Setup PATH for tools
PATH=${PATH}:${HOME}/bin/tools
# Got rust?
if test -d ${HOME}/.cargo/bin ; then
PATH=${PATH}:${HOME}/.cargo/bin