view previous-work/more_control_helpers/etc/bash_profile @ 30:f1d0574937b5

minor cosmetic changes.
author Robert McIntyre <rlm@mit.edu>
date Tue, 15 Jan 2013 03:56:59 +0000
parents d6bef198ae71
children
line wrap: on
line source
1 # The wrappers directory must be the first entry in the PATH.
2 # The /tools/bin directory must be the last entry in the PATH and can be
3 # removed at the end of Chapter 6.
4 export PATH=/usr/lib/pkgusr:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin
6 # Make prompt reflect that we are a package user.
7 export PROMPT_COMMAND='PS1="package \u:"`pwd`"> "'
9 # Go to the home directory whenever we su to a package user.
10 cd