4.4BSD-Lite2
This commit is contained in:
parent
854720238b
commit
2c68fbda04
|
@ -1,19 +1,17 @@
|
|||
# .cshrc initialization
|
||||
#csh .cshrc file
|
||||
|
||||
alias df df -k
|
||||
alias du du -k
|
||||
alias f finger
|
||||
alias h 'history -r | more'
|
||||
alias h history 25
|
||||
alias j jobs -l
|
||||
alias la ls -a
|
||||
alias lf ls -FA
|
||||
alias ll ls -lgsA
|
||||
alias ll ls -lA
|
||||
alias su su -m
|
||||
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
|
||||
alias x exit
|
||||
alias z suspend
|
||||
|
||||
set path = (~/bin /bin /usr/{bin,new,games,local,old} .)
|
||||
setenv EDITOR vi
|
||||
setenv EXINIT 'set autoindent'
|
||||
setenv PAGER more
|
||||
|
||||
set path = (~/bin /bin /usr/{bin,X11/bin,contrib/bin,games,old/bin} /usr/local/bin)
|
||||
|
||||
if ($?prompt) then
|
||||
# An interactive shell -- set some stuff up
|
||||
|
@ -22,6 +20,6 @@ if ($?prompt) then
|
|||
set ignoreeof
|
||||
set mail = (/var/mail/$USER)
|
||||
set mch = `hostname -s`
|
||||
set prompt = "$mch:q:$cwd:t {\!} "
|
||||
set prompt = "${mch:q}: {\!} "
|
||||
umask 2
|
||||
endif
|
||||
|
|
|
@ -1,15 +1,9 @@
|
|||
#csh login file
|
||||
#csh .login file
|
||||
|
||||
if ( ! $?TERMCAP ) then
|
||||
tset -Q '-mdialup:?vt100' $TERM
|
||||
endif
|
||||
|
||||
stty newcrt crterase
|
||||
|
||||
set savehist=100
|
||||
set ignoreeof
|
||||
|
||||
setenv EXINIT 'set ai sm noeb'
|
||||
setenv HOSTALIASES $HOME/.hostaliases
|
||||
setenv SHELL /bin/csh
|
||||
set noglob
|
||||
eval `tset -s -m 'network:?xterm'`
|
||||
unset noglob
|
||||
stty status '^T' crt -tostop
|
||||
|
||||
/usr/games/fortune
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
set ask
|
||||
ignore message-id received date fcc status resent-date resent-message-id resent-from in-reply-to
|
||||
set append ask autoprint
|
||||
set indentprefix="> "
|
||||
set PAGER=more
|
||||
set EDITOR=vi
|
||||
set VISUAL=vi
|
||||
retain bcc cc date from subject to
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# This file should NOT be group or other readable.
|
||||
OtherMachine
|
||||
OtherMachine myFriend
|
||||
|
|
Loading…
Reference in New Issue