From 20ba313c3235ef12b5e8a8c9586c358f3c6f33b5 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 15 Jul 2016 12:33:12 -0700 Subject: [PATCH] Add ~/bin to PATH --- runcoms/zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zshenv b/runcoms/zshenv index 6cd48c8..d1ad559 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -10,4 +10,4 @@ if [[ ( "$SHLVL" -eq 1 && ! -o LOGIN ) && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; t source "${ZDOTDIR:-$HOME}/.zprofile" fi -export PATH="$HOME/.cargo/bin:$PATH" +export PATH="$HOME/bin:$HOME/.cargo/bin:$PATH"