A bunch of changes
This commit is contained in:
parent
76a4600814
commit
506703932d
7 changed files with 52 additions and 5 deletions
4
.profile
4
.profile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue