Merge pull request #506 from padi/patch-1

0_path.zsh reinserts .yadr directories twice in $PATH when in tmux
This commit is contained in:
Yan Pritzker 2014-07-04 12:27:53 -04:00
commit 5e4ff731de

View File

@ -1,2 +1,7 @@
# path, the 0 in the filename causes this to load first
export PATH=$PATH:$HOME/.yadr/bin:$HOME/.yadr/bin/yadr
path=(
$path
$HOME/.yadr/bin
$HOME/.yadr/bin/yadr
)