home *** CD-ROM | disk | FTP | other *** search
- # commands common to all logins
- PATH="$PATH:/etc:/mnt/bin:/mnt/local/bin:/mnt/usr/bin:/mnt/usr/local/bin:."
- LESS=-MM
- TERM=console
- PS1='# '
- PS2='> '
- ignoreeof=10
- export PATH DISPLAY LESS TERM PS1 PS2 ignoreeof
- umask 022
-