mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Set KUBECONFIG environment variable
This commit is contained in:
@@ -6,6 +6,8 @@ alias kc="kubectl"
|
||||
alias hl="helm"
|
||||
alias mk="minikube"
|
||||
|
||||
export KUBECONFIG="$HOME/.kube/config:.kube/config"
|
||||
|
||||
if command -v kubectl > /dev/null; then
|
||||
eval "$(kubectl completion zsh)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user