1 # Default system-wide login shell profile.
3 # Activate emacs keybindings and command line history support
8 PATH=/usr/local/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/games
10 # Add ~/bin, iff it is present
11 if [ -e ${HOME}/bin ]; then
12 PATH=${HOME}/bin:${PATH}
16 if [ "x$(id -u)" = "x0" ]; then
17 PATH=/usr/local/sbin:/usr/pkg/sbin:/usr/sbin:/sbin:${PATH}
19 if [ -e ${HOME}/sbin ]; then
20 PATH=${HOME}/sbin:${PATH}
26 RC_TZ=/etc/rc.timezone
28 if [ -f ${RC_TZ} ]; then