Add rust cargo to path
This commit is contained in:
parent
40b0a2a775
commit
634de692dd
2 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then
|
|||
fi
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
|
|
@ -8,3 +8,5 @@ if [ -d $XDG_CONFIG_HOME/shell/login.d ]; then
|
|||
source $file
|
||||
done
|
||||
fi
|
||||
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue