Last active
June 30, 2023 20:18
-
-
Save oncipriani/0099b1d38c9706f6226ff54041a6313a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ -x /usr/local/bin/kubectl ] && source <(kubectl completion bash) | |
[ -x /usr/local/bin/eksctl ] && source <(eksctl completion bash) | |
[ -x /usr/local/bin/helm ] && source <(helm completion bash) | |
[ -x /usr/local/bin/kustomize ] && source <(kustomize completion bash) | |
[ -x /usr/local/bin/aws_completer ] && complete -C '/usr/local/bin/aws_completer' aws | |
[ -x /usr/local/bin/mc ] && complete -C '/usr/local/bin/mc' mc | |
[ -x /usr/local/bin/linkerd ] && source <(linkerd completion bash) | |
[ -x /usr/local/bin/velero ] && source <(velero completion bash) | |
if [ -x /usr/local/bin/oh-my-posh ] && [ "$TERM_PROGRAM" != "vscode" ]; then | |
eval "$(oh-my-posh init bash --config /mnt/c/Users/otavio.cipriani/OneDrive/Documentos/oncipriani.minimal.omp.json)" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment