conf2/zsh/.zshenv

5 lines
110 B
Plaintext
Raw Normal View History

2021-05-26 09:53:50 +00:00
if [[ -n $VIRTUAL_ENV && -e "${VIRTUAL_ENV}/bin/activate" ]]; then
source "${VIRTUAL_ENV}/bin/activate"
fi