diff --git a/.bashrc b/.bashrc index 428ad58..736d7e1 100644 --- a/.bashrc +++ b/.bashrc @@ -192,7 +192,7 @@ if ! [[ -d .venv ]]; then echo "Creating venv..." python$1 -m venv .venv fi -PATH=$(pwd)/.venv/bin/:$PATH +PATH=$(pwd)/.venv/bin/:\$PATH EOF direnv allow . }