Hi I have this in my .zshenv export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin: [[ -d ~/bin ]] && export PATH=${PATH}:$(find ~/bin -type d | tr '\n' ':' | sed 's/:$//') #include all ~/bin/subdirs On Sun, Jul 3, 2016 at 12:15 AM, TJ Luoma wrote: > Is there an option to have subfolders in a $PATH folder searched as well? > > For example, if I wanted to put some folders in /usr/local/bin/scripts/ > without explicitly adding /usr/local/bin/scripts/ to $PATH > (assuming /usr/local/bin/ was already in there). > > TJ >