Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Error in git completion



git completion was working fine, but I don't know why it's stopped working:

    _git:49: _git_commands: function definition file not found

Since I have a few directories in my $FPATH, I made sure I'm using the "official" git completion:

    % for f in $fpath; [[ -e $f/_git ]] && echo $f
    /usr/local/Cellar/zsh/5.0.0/share/zsh/functions

I'm using zsh 5.0.0 on Mac OS 10.8.2

Thanks in advance,
Daniel Serodio



Messages sorted by: Reverse Date, Date, Thread, Author