Update dotfiles/.profile
This commit is contained in:
parent
3036fd4f64
commit
7436827e7d
1 changed files with 3 additions and 1 deletions
|
@ -282,7 +282,9 @@ alias wget="wget --hsts-file ~/.config/.wget-hsts"
|
|||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
||||
### Cargo
|
||||
. "$HOME/.cargo/env"
|
||||
if [ -f "$HOME/.cargo/env" ]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
|
||||
if type brew &> /dev/null; then
|
||||
### Go
|
||||
|
|
Loading…
Reference in a new issue