From 1155400defa3ff62100756e7582d5480f8a80402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Wed, 20 Sep 2023 09:30:00 +0200 Subject: [PATCH] [zsh] Fix typo in KUBECONFIG --- .zsh_k8s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh_k8s b/.zsh_k8s index cf36d55..fc698b7 100644 --- a/.zsh_k8s +++ b/.zsh_k8s @@ -2,7 +2,7 @@ if command -v kubectl &> /dev/null; then - export KUBECONFIG="/home/andreas/.kube/config:${KUBECONFIG}" + export KUBECONFIG="${HOME}/.kube/config:${KUBECONFIG}" ##################### Source all k8s config files ##################### export KUBECONFIG_DIRS=(