mirror of
https://github.com/tj/git-extras.git
synced 2026-09-14 09:26:19 -04:00
Merge pull request #704 from ramlev/master
Remove double path delimiters in zsh description
This commit is contained in:
commit
6add6488d7
2
Makefile
2
Makefile
|
|
@ -59,7 +59,7 @@ install:
|
|||
@mkdir -p $(DESTDIR)$(SYSCONFDIR)/bash_completion.d
|
||||
cp -f etc/bash_completion.sh $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/git-extras
|
||||
@echo ""
|
||||
@echo "If you are a zsh user, you may want to 'source $(CODE_DIR)/etc/git-extras-completion.zsh'" \
|
||||
@echo "If you are a zsh user, you may want to 'source $(CODE_DIR)etc/git-extras-completion.zsh'" \
|
||||
"and put this line into ~/.zshrc to enable zsh completion"
|
||||
|
||||
man/%.html: man/%.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue