home *** CD-ROM | disk | FTP | other *** search
- #configuration file for bash (and ksh)
-
- #set the terminal type
- tset vt220
-
- #set the path
- PATH=.:/bin:/usr/bin:/usr/local/X11R6.1/bin:/usr/local/bin
- export PATH
-
- #set other environment variables
- TAPE=/dev/nrst0
- export TAPE
- ORACLE_HOME=/oracle
- export ORACLE_HOME
-
- #define some aliases
-
- alias df '/bin/df -k '
- alias local 'cd /local'
- alias windows 'startx'
- alias copy 'cp'
- alias dir 'ls'
- alias move 'mv'
- alias delete 'rm'
-
-
-