[ADD][SHELL] Add cargo bin folder to PATH
This commit is contained in:
parent
d6e18ae3ec
commit
0ba980418b
|
@ -6,6 +6,9 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } ||
|
||||||
# Add our scripts to the path
|
# Add our scripts to the path
|
||||||
export PATH="$HOME/.scripts:$PATH"
|
export PATH="$HOME/.scripts:$PATH"
|
||||||
|
|
||||||
|
# Add cargo binaries
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# User-local bin directories
|
# User-local bin directories
|
||||||
export PATH="$HOME/bin:$PATH"
|
export PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue