summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-07-16 09:06:56 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-07-16 09:06:56 -0400
commit086be55a4327117a6d7a3216533781a5a49ff6b8 (patch)
treecdb1567f233b7de2b290e297c9482677bbf5327a
parenta37ac04d51b1c625b53c6220d742c56a977eaa6b (diff)
Add $HOME/bin to path.
-rwxr-xr-xzshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 3d57bcf..9194c5e 100755
--- a/zshrc
+++ b/zshrc
@@ -51,6 +51,7 @@ fi
export EDITOR=vim
export PAGER=less
export TZ='America/New_York'
+export PATH=$HOME/bin:$PATH
# allow editing of command line
autoload -U edit-command-line