diff --git a/runcoms/zshenv b/runcoms/zshenv index 99c357cd0c..e52bf0667e 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 )