mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Merge pull request #2003 from dongweiming/update-gem
Update gem completion
This commit is contained in:
		
						commit
						7c3665bd2e
					
				@ -4,10 +4,11 @@
 | 
			
		||||
# gem zsh completion, based on homebrew completion
 | 
			
		||||
 | 
			
		||||
_gem_installed() {
 | 
			
		||||
  installed_gems=(`gem list --local --no-versions`)
 | 
			
		||||
  installed_gems=(${(f)"$(gem list --local --no-versions)"})
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
local -a _1st_arguments
 | 
			
		||||
 | 
			
		||||
_1st_arguments=(
 | 
			
		||||
  'build:Build a gem from a gemspec'
 | 
			
		||||
  'cert:Manage RubyGems certificates and signing settings'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user