0c2efed407 
								
									
								
							
								 
							
						 
						
							
							
								
								[New] `bash_completion`: Add support for `ZSH_DISABLE_COMPFIX` flag.  
							
							... 
							
							
 
							
							When using Oh My Zsh the ZSH_DISABLE_COMPFIX flag allows the zsh completion system to use files it deems to be insecure. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								62ee7cf998 
								
									
								
							
								 
							
						 
						
							
							
								
								[Refactor] `bash_completion`: Improve coding style  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								68fe26a5e4 
								
									
								
							
								 
							
						 
						
							
							
								
								[Fix] Add autocompletion support to zsh  
							
							... 
							
							
 
							
							Fixes  #1707 . 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d8689f6b9a 
								
									
								
							
								 
							
						 
						
							
							
								
								`bash_completion`: Reduce startup time  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2cd2c0f72e 
								
							
								 
							
						 
						
							
							
								
								Remove useless trailing newlines  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fce7f4ed13 
								
							
								 
							
						 
						
							
							
								
								[Fix] Disable ShellCheck SC2207 in bash_completion line 14  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b5034bb2b2 
								
									
								
							
								 
							
						 
						
							
							
								
								[bash completion] add missing `install-latest-npm`; remove undocumented `clear-cache`  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6c24346af5 
								
							
								 
							
						 
						
							
							
								
								[New] Add missing commands in bash_completion  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								676fff0219 
								
									
								
							
								 
							
						 
						
							
							
								
								[completions] Remove nospace in bash_completion  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								952d0067b3 
								
							
								 
							
						 
						
							
							
								
								[Fix] bash_completion should make sure nvm loaded  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9963660a11 
								
							
								 
							
						 
						
							
							
								
								[shellcheck] SC1004,SC2086 fixes in bash_completion  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								eab41ed8ef 
								
							
								 
							
						 
						
							
							
								
								[Fix] add missing "command" prefix call for some commands  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7ef38cf7e8 
								
							
								 
							
						 
						
							
							
								
								fix/retab indent in bash_completion [no-ci]  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								fb49bf6f70 
								
							
								 
							
						 
						
							
							
								
								completion: add LTS aliases.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4c475b2767 
								
							
								 
							
						 
						
							
							
								
								Use the original `ls` instead of aliases.  
							
							... 
							
							
 
							
							Fixes  #755  
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e58d4abf11 
								
							
								 
							
						 
						
							
							
								
								Add bash_completion for `nvm exec`  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								fc3a30dd0e 
								
							
								 
							
						 
						
							
							
								
								Add `nvm which` to `bash_completion`  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e728577627 
								
							
								 
							
						 
						
							
							
								
								Rename `nvm copy-packages` to `nvm reinstall-packages`, and `--copy-packages-from` install option to `--reinstall-packages-from`  
							
							... 
							
							
 
							
							For #341 . `nvm copy-packages` and install option `--copy-packages-from` will continue to be supported for for at least a full minor release version. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								fda05fb64b 
								
							
								 
							
						 
						
							
							
								
								Remove trailing whitespace.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9aec19a692 
								
							
								 
							
						 
						
							
							
								
								Update bash completion commands for nvm  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3a21485050 
								
							
								 
							
						 
						
							
							
								
								Files should end in trailing newlines  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								205117bed4 
								
							
								 
							
						 
						
							
							
								
								Fixes issue 199  
							
							... 
							
							
 
							
							Fixes issue 199 where the bash completion was not working in ZSH
because the builtin bash command `complete` was not found. The fix
executes the `bashcompinit` command which creates the `complete`
function for the Z shell. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								c4a13dd2b6 
								
							
								 
							
						 
						
							
							
								
								updated list of commands  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								7c2dfda88d 
								
							
								 
							
						 
						
							
							
								
								Add ls-remote to autocomplete  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								cfa81b49d1 
								
							
								 
							
						 
						
							
							
								
								bash completion  
							
							
 
							
						 
						
							14 years ago