From fd17b610200a1498b8831a2f40376a74d58ae2fa Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 2 Apr 2012 11:46:37 -0700 Subject: [PATCH] Fix path to yadr bins [Close #69] --- zsh/0_path.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/0_path.zsh b/zsh/0_path.zsh index daf595f..0be05a2 100644 --- a/zsh/0_path.zsh +++ b/zsh/0_path.zsh @@ -1,3 +1,3 @@ # path, the 0 in the filename causes this to load first -export PATH=/usr/local/bin:$PATH:$yadr/bin +export PATH=/usr/local/bin:$PATH:$yadr/bin:$yadr/bin/yadr