浏览代码

Install: explain environment piece of code.

Jelmer Snoeck 12 年之前
父节点
当前提交
57a03f8db1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install.sh

+ 1 - 0
install.sh

@@ -90,6 +90,7 @@ for sourceFile in .*; do
 	ln -vs "$PWD/$sourceFile" "$targetFile";
 done;
 
+# This will add a tag to our prompt, so we know which environment we're in.
 touch ~/.bash_environment;
 read -p "Please, enter your environment: ";
 echo -e "export __prompt_environment='[$REPLY] '" | tee ~/.bash_environment > /dev/null;