Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubectl completion zsh

echo 'source <(kubectl completion zsh)' >>~/.zshrc

# If you want to enable it with an alias
echo 'alias k=kubectl' >>~/.zshrc
echo 'complete -F __start_kubectl k' >>~/.zshrc
Comment

PREVIOUS NEXT
Code Example
Shell :: windows install chocolatey 
Shell :: install bedrock minecraft on linux 
Shell :: install solidity compiler ubuntu 
Shell :: how to search file name in linux using wildcard 
Shell :: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)! 
Shell :: nvm command not found 
Shell :: check which repo i am on git 
Shell :: plate form ignore in laravel composer install 
Shell :: install uvicorn 
Shell :: headphone jack not working in macbook pro 
Shell :: git revert uncommitted changes 
Shell :: pipenv an error psycopg2 
Shell :: conda install keras gpu 
Shell :: yarn install chocolatey 
Shell :: ssh key pair for github 
Shell :: install git ubuntu 
Shell :: vokoscreen ubuntu 
Shell :: git diff ignore spaces and tabs 
Shell :: rerun supervisor 
Shell :: avoid github credentials 
Shell :: grep remove branches 
Shell :: installed python 3.8 but where is pip 
Shell :: psycopg2 error install 
Shell :: wifi adapter not detected ubuntu 
Shell :: update gnome shell 
Shell :: Waiting for your editor to close the file... 
Shell :: install bower npm 
Shell :: how to go to a running docker container 
Shell :: requires pyqt5<5.13, which is not installed. 
Shell :: how to convert openssl to keytool 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =