From 20eb2c9bc2e7754db3364a43b0c7019c41829c51 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 4 Jun 2022 00:30:30 +0200 Subject: [PATCH] Moved my KUBECONFIG to the default location --- templates/zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/zshrc b/templates/zshrc index 48ce6f8..85ad7f0 100644 --- a/templates/zshrc +++ b/templates/zshrc @@ -300,9 +300,6 @@ alias vim="nvim" export PATH="/usr/local/bin:$PATH" {%- endif %} export PATH="$PATH:/home/daniel/.yarn/bin" -{%- if device == "laptop" or device == "desktop" %} -export KUBECONFIG=~/.kube/k3s-mcintyre.yaml -{%- endif %} {%- if platform == "linux" %} export LC_ALL="en_US.UTF-8"