Created
January 25, 2021 17:08
-
-
Save parsley42/abe7b95e68615485032c8febdc15adc6 to your computer and use it in GitHub Desktop.
home bashrc
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
# 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