mneumann's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/AWK'
[dragonfly.git]
/
etc
/
csh.cshrc
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 06: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