diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:06:56 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-07-16 09:06:56 -0400 |
commit | 086be55a4327117a6d7a3216533781a5a49ff6b8 (patch) | |
tree | cdb1567f233b7de2b290e297c9482677bbf5327a | |
parent | a37ac04d51b1c625b53c6220d742c56a977eaa6b (diff) |
Add $HOME/bin to path.
-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 |