moshe-parametrix

Results 1 comments of moshe-parametrix

into ~/.zshrc ```sh # FIX CURSOR start python_venv() { MYVENV=./.venv # when you cd into a folder that contains $MYVENV [[ -d $MYVENV ]] && source $MYVENV/bin/activate > /dev/null 2>&1...