Mercurial > pkg
diff previous-work/more_control_helpers/etc/bash_profile @ 1:d6bef198ae71
add work by Matthias S. Benkmann which is the inspiration for this project.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 08 Jan 2013 11:45:01 +0000 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/previous-work/more_control_helpers/etc/bash_profile Tue Jan 08 11:45:01 2013 +0000 1.3 @@ -0,0 +1,10 @@ 1.4 +# The wrappers directory must be the first entry in the PATH. 1.5 +# The /tools/bin directory must be the last entry in the PATH and can be 1.6 +# removed at the end of Chapter 6. 1.7 +export PATH=/usr/lib/pkgusr:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin 1.8 + 1.9 +# Make prompt reflect that we are a package user. 1.10 +export PROMPT_COMMAND='PS1="package \u:"`pwd`"> "' 1.11 + 1.12 +# Go to the home directory whenever we su to a package user. 1.13 +cd