From 37c01ec5696b99327aedf98b2029ffefa2b7bad3 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 14 Aug 2017 01:18:44 -0400 Subject: [PATCH] Add rust to path --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 94c3926..a8d9550 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -212,7 +212,7 @@ fi alias resource='. ~/.zshrc' if [ "$(uname)" != "Darwin" ]; then # Not Mac - export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$HOME/bin" + export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$HOME/bin:$HOME/.cargo/bin" alias ls='ls --color=always -F' alias where="readlink -m" else