From 36e118f44144e24e6f1a98ea845b4cc2fed799d8 Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Tue, 22 Feb 2011 14:21:07 +0000 Subject: Add note to prompt when env setup ignore local-lib5 --- setup-dev-environment.bash | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'setup-dev-environment.bash') 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" + -- cgit v1.2.3