diff --git a/base/.functions b/base/.functions index 6104159e..03393a5e 100644 --- a/base/.functions +++ b/base/.functions @@ -21,7 +21,7 @@ proj() { cd "$projdir" || return 50 # Run code if we have it # The fun part is this environment file can access some vars about the proj - local envfile="$projdir/.env" + local envfile="$projdir/.project-env" if [ -r "$envfile" ]; then . "$envfile" echo "Sourced environment file for project"