Add rust/cargo bin path

This commit is contained in:
Jonny Barnes 2017-01-08 19:28:53 +00:00
parent 47c47a59c5
commit 6f06cf91d5

3
zshrc
View file

@ -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"