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"