repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cldr2def: Pad CJK short months
[dragonfly.git]
/
etc
/
csh.cshrc
blob
6c6dcbe5cbcf2fb347e3bab84baa7b01399d66b9
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