summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 8db2a50..509ac31 100755
--- a/zshrc
+++ b/zshrc
@@ -54,6 +54,7 @@ alias diff=colordiff
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