Add rust/cargo bin path
This commit is contained in:
parent
47c47a59c5
commit
6f06cf91d5
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -160,6 +160,9 @@ test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin
|
||||||
# yarn PATH
|
# yarn PATH
|
||||||
export PATH="$PATH:$HOME/.yarn/bin"
|
export PATH="$PATH:$HOME/.yarn/bin"
|
||||||
|
|
||||||
|
# rust/cargo bin PATH
|
||||||
|
export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
|
||||||
# Set the DEFAULT_USER variable to me (jonny)
|
# Set the DEFAULT_USER variable to me (jonny)
|
||||||
export DEFAULT_USER="jonny"
|
export DEFAULT_USER="jonny"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue