Merge branch 'mb/clarify-zsh-completion-doc'
The installation instruction for zsh completion script (in contrib/) has been a bit improved. * mb/clarify-zsh-completion-doc: completion: clarify installation instruction for zshmaint
						commit
						c1ec35dd48
					
				|  | @ -11,8 +11,9 @@ | ||||||
| # | # | ||||||
| #  zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh | #  zstyle ':completion:*:*:git:*' script ~/.git-completion.zsh | ||||||
| # | # | ||||||
| # The recommended way to install this script is to copy to '~/.zsh/_git', and | # The recommended way to install this script is to make a copy of it in | ||||||
| # then add the following to your ~/.zshrc file: | # ~/.zsh/ directory as ~/.zsh/git-completion.zsh and then add the following | ||||||
|  | # to your ~/.zshrc file: | ||||||
| # | # | ||||||
| #  fpath=(~/.zsh $fpath) | #  fpath=(~/.zsh $fpath) | ||||||
|  |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Junio C Hamano
						Junio C Hamano