#!/bin/zsh
# This hook is sourced after this virtualenv is activated.

cd ~/projects/django-filepond && ./getenv.sh | while read line; do export $line;done
