I’ve placed several scripts at: ~/bin/scripts.
when in bash, if I place the script there, and put the location in the path, I can type out half the script name and hit tab, and the rest of the script name or scripts with matching names will be listed.
However, on this new OSX install which uses zsh by default, this doesn’t appear to work the same. only some of the scripts are listed, and I cannot figure out how to get it all working like I had in bash.
I would prefer not to use a lot of helper tools, I should be able to get this working with modifications to the .zshrc alone, shouldn’t I? I do happen to have ohmyzsh installed.
4