Scott Kruger <[email protected]> writes: > > > On 1/23/17 11:23 PM, Tobin Isaac wrote: >> How does tab completion work? I've tried `make -f gmakefile sys<Tab>` >> in zsh and bash but got nothing. > > Good question. I think this is handled by the bash-completion project > which is normally an apt-get install or brew install, but has never > worked on my mac for some reason.
Are you sure your shell is bash >= 4.0? Bash completion ~2.0 or so dropped support for bash 3 (which is the default on macs).
