Update dotfiles/.profile

This commit is contained in:
Brian Zalewski 2022-09-03 16:42:59 +00:00
parent 3036fd4f64
commit 7436827e7d

View file

@ -282,7 +282,9 @@ alias wget="wget --hsts-file ~/.config/.wget-hsts"
export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.local/bin"
### Cargo ### Cargo
. "$HOME/.cargo/env" if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
if type brew &> /dev/null; then if type brew &> /dev/null; then
### Go ### Go