diff --git a/.local/share/direnv/templates/python-venv.envrc b/.local/share/direnv/templates/python-venv.envrc new file mode 100644 index 0000000..4d8d4a6 --- /dev/null +++ b/.local/share/direnv/templates/python-venv.envrc @@ -0,0 +1,2 @@ +VIRTUAL_ENV_DISABLE_PROMPT=1 +source venv/bin/activate