We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@lab0 ~/lab$ cat ~/.zshrc export ZSH="$HOME/.oh-my-zsh" plugins=(git kube-ps1) ZSH_THEME=alanpeabody source $ZSH/oh-my-zsh.sh alias ondrejsika=". /root/.ondrejsika-dotfiles/core/zshrc" source <(slu completion zsh) source <(training-cli completion zsh) source <(kubectl completion zsh) source <(helm completion zsh) alias k=kubectl alias kx=kubectx alias kn=kubens alias w="watch -n 0.3 " alias dra="slu s dra" root@lab0 ~/lab$
The text was updated successfully, but these errors were encountered:
source <(slu completion bash) source <(training-cli completion bash) source <(kubectl completion bash) source <(helm completion bash) alias k=kubectl alias kx=kubectx alias kn=kubens alias w="watch -n 0.3 " alias dra="slu s dra"
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: