Add rust cargo to path

This commit is contained in:
Marty Oehme 2019-11-17 23:02:17 +01:00
parent 40b0a2a775
commit 634de692dd
2 changed files with 4 additions and 0 deletions

View file

@ -9,3 +9,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then
fi fi
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/.cargo/bin:$PATH"

View file

@ -8,3 +8,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then
source $file source $file
done done
fi fi
export PATH="$HOME/.cargo/bin:$PATH"