Add kube config to environ
This commit is contained in:
parent
b1e61391c4
commit
6109fcdb48
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue