Fix kubeconfig xdg confg

This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent dae19a88b4
commit 5f75d539b5

View File

@ -11,4 +11,4 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
export IRBRC="$XDG_CONFIG_HOME/irb/irbrc"
export KUBECONFIG="${XDG_CONFIG_HOME}/kube/config"
mkdir -p "$(dirname ${KUBE_CONFIG})"
mkdir -p "$(dirname ${KUBECONFIG})"