Skip to content

Commit

Permalink
[zsh] Fix typo in KUBECONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Sep 20, 2023
1 parent 73399d3 commit 1155400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zsh_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 1155400

Please sign in to comment.