From e522d387ef2dee328915a2b897d53956d2107fb1 Mon Sep 17 00:00:00 2001 From: Bastien Jaillot Date: Mon, 18 Jun 2012 19:24:30 +0300 Subject: [PATCH] Handle homebrew sbin executables --- 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 0be05a27..54ccb1d7 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:$yadr/bin/yadr +export PATH=/usr/local/sbin:/usr/local/bin:$PATH:$yadr/bin:$yadr/bin/yadr