diff --git a/install_unattended.sh b/install_unattended.sh index a634ddb..e8f41e4 100755 --- a/install_unattended.sh +++ b/install_unattended.sh @@ -60,4 +60,4 @@ done; # This will add a tag to our prompt, so we know which environment we're in. # It is adaptable in ~/.bash_environment touch ~/.bash_environment; -echo -e "export __prompt_environment='DEVELOPMENT'" | tee ~/.bash_environment > /dev/null; \ No newline at end of file +echo -e "export __prompt_environment='[DEVELOPMENT] '" | tee ~/.bash_environment > /dev/null;