Myenvs
function myenvs() { if [[ $# -ne 1 ]]; then export $(cat .env | xargs) else export $(cat $1 | xargs) fi }