Category Archives: SCM

git completion in zsh

Just figured out how to get git tab completion working in zsh on a Mac. Turns out that the completion scripts use a bunch of extra git commands such as git-ls-files. These commands need to be in your path for … Continue reading

Posted in OS X, SCM, Shells | Tagged , , , | 3 Comments