From 6f06cf91d5d23236ecc6b9645ce5fc955aad4bdd Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 8 Jan 2017 19:28:53 +0000 Subject: [PATCH] Add rust/cargo bin path --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 15e1943..017857c 100644 --- a/zshrc +++ b/zshrc @@ -160,6 +160,9 @@ test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin # yarn PATH export PATH="$PATH:$HOME/.yarn/bin" +# rust/cargo bin PATH +export PATH="$PATH:$HOME/.cargo/bin" + # Set the DEFAULT_USER variable to me (jonny) export DEFAULT_USER="jonny"