diff --git a/.zshrc b/.zshrc index c45cb7f..2dd4e72 100644 --- a/.zshrc +++ b/.zshrc @@ -87,6 +87,7 @@ export PYTHONWARNINGS="ignore::DeprecationWarning" #export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications export PIPENV_QUIET=1 # enlève les courtesy notice export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils +export KUBECONFIG=$HOME/kubeconfig # You may need to manually set your language environment export LANG=fr_FR.UTF-8