[zsh] Add local/bin to usual PATH

This commit is contained in:
Mathieu Maret 2013-06-19 10:47:09 +02:00 committed by Mathieu Maret
parent 08a002145f
commit 4d5adf0fad
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ if [[ -z "$BROWSER" ]] ; then
fi
fi
export PATH=$HOME/local/bin:$PATH