diff --git a/setupenv.bashrc b/setupenv.bashrc index 23871f3..ead5cab 100644 --- a/setupenv.bashrc +++ b/setupenv.bashrc @@ -13,6 +13,8 @@ # version 3 along with this program. # If not, see https://www.gnu.org/licenses/agpl-3.0.en.html +echo -n "Loading shell environment for FOSS-VG development... " + PROJECT_BASE_DIR="$( cd -- "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 ; pwd -P )" alias clean="pushd \"$PROJECT_BASE_DIR\" >/dev/null 2>&1; scripts/clean.sh; popd >/dev/null 2>&1" @@ -33,3 +35,5 @@ else fi unset PROJECT_BASE_DIR + +echo "done."