summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-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