Skip to content

Commit a1c5742

Browse files
authored
Merge pull request #551 from spacewander/zsh-completion
submit zsh completion script
2 parents 217f536 + 299efd8 commit a1c5742

File tree

5 files changed

+420
-7
lines changed

5 files changed

+420
-7
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ install:
5050
fi
5151
@mkdir -p $(DESTDIR)$(SYSCONFDIR)/bash_completion.d
5252
cp -f etc/bash_completion.sh $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/git-extras
53+
@echo ""
54+
@echo "If you are a zsh user, you may want to 'source etc/git-extra-completion.zsh' and put this line into ~/.zshrc to enable zsh completion"
5355

5456
man/%.html: man/%.md
5557
ronn \

0 commit comments

Comments
 (0)