````bash alias k=kubectl alias kn='k config set-context --current --namespace' alias kall='k get all -o wide --show-labels' alias kc='k config get-contexts' export do='--dry-run=client -o yaml' export now='--force --grace-period 0' source /usr/share/bash-completion/bash_completion source ~/.bashrc echo 'source <(k completion bash)' >> ~/.bashrc source ~/.bashrc ```` In the `~/.vimrc` ... ```ruby set tabstop=2 set expandtab set shiftwidth ```