Moved my KUBECONFIG to the default location

This commit is contained in:
Daniel_I_Am 2022-06-04 00:30:30 +02:00
parent 164fb35375
commit 20eb2c9bc2

View File

@ -300,9 +300,6 @@ alias vim="nvim"
export PATH="/usr/local/bin:$PATH" export PATH="/usr/local/bin:$PATH"
{%- endif %} {%- endif %}
export PATH="$PATH:/home/daniel/.yarn/bin" export PATH="$PATH:/home/daniel/.yarn/bin"
{%- if device == "laptop" or device == "desktop" %}
export KUBECONFIG=~/.kube/k3s-mcintyre.yaml
{%- endif %}
{%- if platform == "linux" %} {%- if platform == "linux" %}
export LC_ALL="en_US.UTF-8" export LC_ALL="en_US.UTF-8"