home *** CD-ROM | disk | FTP | other *** search
-
- # This is an example .splitvtrc file.
- # To use it, rename it to the file .splitvtrc in your home directory,
- # and edit it to suit your tastes.
-
- # This statement sets the environment variable "HELLO" to "Hello There!"
- # Notice the use of \ to escape the whitespace
- HELLO=Hello\ There!
-
- if $SPLITVT
- # If running under splitvt, set switch char to a different value.
- set switch_char ^T
- else
- set switch_char ^W
- endif
- set command_char ^O
- set quote_char ^V
- set upper_lines 12
- run -upper /bin/sh
- run -lower top
- set login on
- #set login off
-
- # If uncommented, this next line would override the above run
- # statements, running /bin/tcsh in both windows.
- #run /bin/tcsh
-
-