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"