aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--setup-dev-environment.bash7
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b999d6e5b..8235bc140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/private_locale
._*
.DS_Store
+local-lib5
diff --git a/setup-dev-environment.bash b/setup-dev-environment.bash
index a4e6ea4bc..eea55431e 100644
--- a/setup-dev-environment.bash
+++ b/setup-dev-environment.bash
@@ -1,3 +1,8 @@
#!/bin/bash
-eval $(perl -Iperllib -Mlocal::lib=local-lib5) \ No newline at end of file
+# Set the Perl environment variables as needed
+eval $(perl -Iperllib -Mlocal::lib=local-lib5)
+
+# put a note in the promp so that we know environment is setup
+PS1="(fms) $PS1"
+