This commit is contained in:
Flo 2025-04-11 22:50:34 +02:00
parent 40a32d0326
commit d8e39f249a
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd )
source $ENV_DIR/bin/denv_msg source $ENV_DIR/bin/denv_msg
PROFILE_FILE="$HOME/.profile" PROFILE_FILE="$HOME/.profile"
TEMPLATE_FILE="$ENV_DIR/.profile" TEMPLATE_FILE="$ENV_DIR/.profile.template"
START_MARKER="#DEV ENV SETUP START" START_MARKER="#DEV ENV SETUP START"
END_MARKER="#DEV ENV SETUP END" END_MARKER="#DEV ENV SETUP END"