merge lite-2. clean up
This commit is contained in:
parent
ee92b4b9cd
commit
7a677b6850
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
|
||||
# $NetBSD: Makefile,v 1.10 1997/10/13 11:24:59 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1997/10/17 09:26:50 mrg Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
|
||||
FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
|
||||
FILESDIR= ${BINDIR}/skel
|
||||
|
@ -1,19 +1,18 @@
|
||||
# .cshrc initialization
|
||||
# $NetBSD: dot.cshrc,v 1.3 1997/10/17 09:26:56 mrg Exp $
|
||||
#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,7 +21,6 @@ if ($?prompt) then
|
||||
set ignoreeof
|
||||
set mail = (/var/mail/$USER)
|
||||
set mch = `hostname -s`
|
||||
alias cd 'cd \!*; set prompt = "$mch:q"":$cwd:t {\!} "'
|
||||
cd .
|
||||
umask 22
|
||||
set prompt = "${mch:q}: {\!} "
|
||||
umask 2
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user