From d8e39f249ae099c625802103e944e558aa07a745 Mon Sep 17 00:00:00 2001 From: Flo Date: Fri, 11 Apr 2025 22:50:34 +0200 Subject: [PATCH] changes --- .profile => .profile.template | 0 script/update_profile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .profile => .profile.template (100%) diff --git a/.profile b/.profile.template similarity index 100% rename from .profile rename to .profile.template diff --git a/script/update_profile b/script/update_profile index b684510..9d41dad 100755 --- a/script/update_profile +++ b/script/update_profile @@ -4,7 +4,7 @@ ENV_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd ) source $ENV_DIR/bin/denv_msg PROFILE_FILE="$HOME/.profile" -TEMPLATE_FILE="$ENV_DIR/.profile" +TEMPLATE_FILE="$ENV_DIR/.profile.template" START_MARKER="#DEV ENV SETUP START" END_MARKER="#DEV ENV SETUP END"