cdgit: cd relative to git workdir root
Thomas Koch
thomas at koch.ro
Tue Sep 17 21:49:57 CEST 2013
On Tuesday, September 17, 2013 09:44:48 PM Thomas Koch wrote:
> Unfortunately the auto completion does not seem to work for me. It just
> completes the files of the current dir as if it would not see the _gitcd
> file.
Sorry! I had the answer one second later:
compinit is called in .zshrc but _fpath is only set later in .zshrc.local. I
moved the definition of _fpath to .zshrc.pre and it works now.
More information about the vcs-home
mailing list