Skip to content

Instantly share code, notes, and snippets.

@parsley42
Created January 25, 2021 17:08
Show Gist options
  • Save parsley42/abe7b95e68615485032c8febdc15adc6 to your computer and use it in GitHub Desktop.
Save parsley42/abe7b95e68615485032c8febdc15adc6 to your computer and use it in GitHub Desktop.
home bashrc
# User specific aliases and functions
source <(kubectl completion bash)
source <(helm completion bash)
source <(argocd completion bash)
complete -C '/usr/local/bin/aws_completer' aws
alias k=kubectl
complete -F __start_kubectl k
alias h=helm
complete -F __start_helm h
export PATH=$HOME/go/bin:/usr/local/go/bin:$PATH
export EDITOR=vim
export GITHUB_TOKEN="YOU WISH!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment