Skip to content

Instantly share code, notes, and snippets.

@oncipriani
Last active June 30, 2023 20:18
Show Gist options
  • Save oncipriani/0099b1d38c9706f6226ff54041a6313a to your computer and use it in GitHub Desktop.
Save oncipriani/0099b1d38c9706f6226ff54041a6313a to your computer and use it in GitHub Desktop.
[ -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