Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Error in git completion
- X-seq: zsh-users 17425
- From: "Daniel Serodio (lists)" <daniel.lists@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Error in git completion
- Date: Thu, 22 Nov 2012 18:00:42 -0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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