mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	delete not applicable comments
This commit is contained in:
		
							parent
							
								
									8f777f30bb
								
							
						
					
					
						commit
						b6f629dc1c
					
				@ -1,25 +1,3 @@
 | 
			
		||||
#!zsh
 | 
			
		||||
#
 | 
			
		||||
# Installation
 | 
			
		||||
# ------------
 | 
			
		||||
#
 | 
			
		||||
# To achieve git-flow completion nirvana:
 | 
			
		||||
#
 | 
			
		||||
#  0. Update your zsh's git-completion module to the newest version.
 | 
			
		||||
#     From here: https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_git
 | 
			
		||||
#
 | 
			
		||||
#  1. Install this file. Either:
 | 
			
		||||
#
 | 
			
		||||
#     a. Place it in your .zshrc:
 | 
			
		||||
#
 | 
			
		||||
#     b. Or, copy it somewhere (e.g. ~/.git-flow-completion.zsh) and put the following line in
 | 
			
		||||
#        your .zshrc:
 | 
			
		||||
#
 | 
			
		||||
#            source ~/.git-flow-completion.zsh
 | 
			
		||||
#
 | 
			
		||||
#     c. Or, use this file as a oh-my-zsh plugin.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
_git-flow ()
 | 
			
		||||
{
 | 
			
		||||
    local curcontext="$curcontext" state line
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user