forked from hasufell/hasufell-repository
		
	Merge pull request 'github-cl: fix zsh completion filename' (#53) from beholders_eye/hasufell-repository:beholders_eye/gh-zsh-completion-fix into master
Reviewed-on: hasufell/hasufell-repository#53
This commit is contained in:
		
						commit
						fac1070786
					
				@ -30,7 +30,7 @@ src_compile() {
 | 
				
			|||||||
    emake manpages
 | 
					    emake manpages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	edo go run ./cmd/gh completion -s bash > gh.bash-completion
 | 
						edo go run ./cmd/gh completion -s bash > gh.bash-completion
 | 
				
			||||||
	edo go run ./cmd/gh completion -s zsh > gh.zsh-completion
 | 
						edo go run ./cmd/gh completion -s zsh > _gh
 | 
				
			||||||
    esandbox enable_net
 | 
					    esandbox enable_net
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -40,7 +40,7 @@ src_install() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    doman share/man/man?/gh*.?
 | 
					    doman share/man/man?/gh*.?
 | 
				
			||||||
    dobashcompletion gh.bash-completion
 | 
					    dobashcompletion gh.bash-completion
 | 
				
			||||||
    dozshcompletion gh.zsh-completion
 | 
					    dozshcompletion _gh
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
src_test() {
 | 
					src_test() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user