rootfiles/dot-cshrc
Troy Dawson 301c8dbbe9 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/rootfiles#51ee3ac40bb09e0ef5b511f5a6f570b1f6ee5eb5
2020-10-14 21:49:40 -07:00

8 lines
100 B
Plaintext

# .cshrc
# User specific aliases and functions
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'