home *** CD-ROM | disk | FTP | other *** search
- #----------------------------------------------------------------------#
- # File: ~/.elven/session
- # Author: Christoph. A. North-Keys
- # Rev: 32,0 Dienstag.d.18.6.1991, Freitag.d.2.10.1990
- #----------------------------------------------------------------------#
- message 'session '
-
- set history = 200 savehist = 100 filec
-
- set _tag = '>' ; if ("`logname`" == "root") set _tag = '#'
- if ($?tcsh) then
- set prompt2 = ' ' ; unset autologout ; alias cwdcmd .
- if ( "1" == "`alias title | wc -l`") then
- if($?prompt3) then
- set prompt = '}-'${SHLVL}'.%h-'${_tag}' '
- else
- set prompt = '}-'${SHLVL}'.\!-'${_tag}' '
- endif
- else
- if($?prompt3) then
- set prompt = '}-%m(%c)-'${SHLVL}'.%h-'${_tag}' '
- else
- set prompt = '}-'${HOSTNICK}'-'${SHLVL}'.\!-'${_tag}' '
- endif
- endif
- else
- if ( "1" == "`alias title | wc -l`") then
- set prompt = '}-'${SHLVL}'.\!-'${_tag}' '
- else
- set prompt = '}-'${HOSTNICK}'-'${SHLVL}'.\!-'${_tag}' '
- endif
- endif
- unset _tag
-
- # Timing information -- START
- set time=('65535' '===Timing Information\
- Elapsed :%E\
- CPU Usage:%P (Kernel:%Ss User:%Us)\
- Bl.Input :%I Unsh Data:%Dk\
- Bl.Output:%O Unsh Stac:%Kk\
- Swaps :%W Max RealM:%Mk\
- Faults :%F Avg SharM:%Xk')
- # Timing information -- END
-