cp.nvim/.envrc
2025-12-07 16:19:42 -06:00

3 lines
72 B
Bash

VIRTUAL_ENV="$PWD/.venv"
PATH_add "$VIRTUAL_ENV/bin"
export VIRTUAL_ENV