Add better npm completion
This commit is contained in:
		
							parent
							
								
									3c0723433e
								
							
						
					
					
						commit
						bf0ef54ead
					
				
					 3 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -10,3 +10,6 @@
 | 
			
		|||
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
 | 
			
		||||
	path = shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions
 | 
			
		||||
	url = https://github.com/zsh-users/zsh-autosuggestions
 | 
			
		||||
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"]
 | 
			
		||||
	path = shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion
 | 
			
		||||
	url = https://github.com/lukechilds/zsh-better-npm-completion
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
Subproject commit b61f6bb4e640728c42ae84ca55a575ee88c60fe8
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +52,7 @@ ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh
 | 
			
		|||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
 | 
			
		||||
# Example format: plugins=(rails git textmate ruby lighthouse)
 | 
			
		||||
# Add wisely, as too many plugins slow down shell startup.
 | 
			
		||||
plugins=(git zsh-autosuggestions)
 | 
			
		||||
plugins=(git zsh-better-npm-completion zsh-autosuggestions)
 | 
			
		||||
 | 
			
		||||
source $ZSH/oh-my-zsh.sh
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue