repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LWKT message ports contain a number of function pointers which abstract
[dragonfly/vkernel-mp.git]
/
etc
/
csh.cshrc
blob
72ab91758b3cd47a6abf481db4564b56057af6c6
1
# $FreeBSD: src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $
2
# $DragonFly: src/etc/csh.cshrc,v 1.3 2004/10/06 08:31:39 dillon Exp $
3
#
4
# System-wide .cshrc file for csh(1).
5
6
# a safer version of rm that isn't as annoying as -i
7
#
8
if ( $?prompt ) then
9
alias rm 'rm -I'
10
endif