Install: add a question for which environment this is and add it to the prompt.
This commit is contained in:
@@ -90,5 +90,9 @@ for sourceFile in .*; do
|
||||
ln -vs "$PWD/$sourceFile" "$targetFile";
|
||||
done;
|
||||
|
||||
touch ~/.bash_environment;
|
||||
read -p "Please, enter your environment: ";
|
||||
echo -e "export __prompt_environment='[$REPLY] '" | tee ~/.bash_environment > /dev/null;
|
||||
|
||||
echo "Done.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user