Update HT environment
							parent
							
								
									16f1cfd1dd
								
							
						
					
					
						commit
						7407ab5a2c
					
				@ -1,3 +1,4 @@
 | 
				
			|||||||
# shellcheck disable=SC2034
 | 
					# shellcheck disable=SC2034
 | 
				
			||||||
GOPRIVATE=github.com/HelloTech
 | 
					GOPRIVATE=github.com/HelloTech
 | 
				
			||||||
GO_TEST=gotest
 | 
					GO_TEST=gotest
 | 
				
			||||||
 | 
					PATH="${PATH}:${HOME}/.rbenv/shims:/usr/local/opt/mysql-client/bin:${HOME}/google-cloud-sdk/bin"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,10 +0,0 @@
 | 
				
			|||||||
#shellcheck disable=1090,2039,SC2148
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
if [ "${BASH_VERSION}" != "" ] && [ "$(ps -p $$ -ocomm=)" != sh ]; then
 | 
					 | 
				
			||||||
    source <(kubectl completion bash)
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
if [ "${ZSH_VERSION}" != "" ]; then
 | 
					 | 
				
			||||||
    autoload -U +X compinit && compinit
 | 
					 | 
				
			||||||
    source <(kubectl completion zsh)
 | 
					 | 
				
			||||||
fi
 | 
					 | 
				
			||||||
@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					# shellcheck disable=SC2148
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					autoload -U +X compinit && compinit
 | 
				
			||||||
 | 
					# shellcheck disable=SC1090,SC2039
 | 
				
			||||||
 | 
					source <(kubectl completion zsh)
 | 
				
			||||||
					Loading…
					
					
				
		Reference in New Issue