From 9ff4bae837d5cdb35a711d8f6f452627ab571c6f Mon Sep 17 00:00:00 2001 From: Russell Pickett Date: Mon, 4 Mar 2013 01:52:00 -0800 Subject: [PATCH] Add /opt/bin for diskstation and mac --- runcoms/zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/runcoms/zshenv b/runcoms/zshenv index 99c357cd0c1..e52bf0667e5 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -42,6 +42,7 @@ typeset -gU cdpath fpath mailpath path # Set the list of directories that Zsh searches for programs. path=( + /opt/bin /usr/local/{bin,sbin} $path )