From 11a416d7e863555d2a8e0837f51596e5a73b93cf Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 16 Jan 2015 02:18:41 +0100 Subject: [PATCH] adding ~/bin in the PATH --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 8d6df2a..562710d 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,9 @@ CLICOLOR=1 export EDITOR='emacs' export PAGER='less' export USER_NICKNAME="Rodolphe Breard" +if [ -d "$HOME/bin" ]; then + export PATH="$PATH:$HOME/bin" +fi setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all bindkey -e