diff options
-rwxr-xr-x | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |