Add kube config to environ

This commit is contained in:
Vladan Popovic 2025-12-19 14:44:05 +01:00
parent b1e61391c4
commit 6109fcdb48

View file

@ -14,3 +14,4 @@ export PYTHONDONTWRITEBYTECODE=1
export PYTHONUSERBASE=$HOME/.env/python export PYTHONUSERBASE=$HOME/.env/python
export TZ="Europe/Belgrade" export TZ="Europe/Belgrade"
export FZF_DEFAULT_OPTS='--border=horizontal --info=inline --no-reverse --height=50%' export FZF_DEFAULT_OPTS='--border=horizontal --info=inline --no-reverse --height=50%'
export KUBE_CONFIG_PATH=$HOME/.kube/config