diff --git a/dot_bashrc.d/python.bashrc b/dot_bashrc.d/python.bashrc.tmpl similarity index 84% rename from dot_bashrc.d/python.bashrc rename to dot_bashrc.d/python.bashrc.tmpl index e8ce7d6..91e23fa 100644 --- a/dot_bashrc.d/python.bashrc +++ b/dot_bashrc.d/python.bashrc.tmpl @@ -16,4 +16,8 @@ if [ -d "$HOME/.poetry/bin" ]; then export PATH="$HOME/.poetry/bin:$PATH" fi +if [ -f "{{ .extra_ca_cert }}" ]; then + export REQUESTS_CA_BUNDLE={{ .extra_ca_cert }} +fi +