conf2/zsh/.zshenv

5 lines
110 B
Plaintext
Raw Normal View History

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