The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/rootfiles#51ee3ac40bb09e0ef5b511f5a6f570b1f6ee5eb5
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
# .cshrc
|
|
|
|
# User specific aliases and functions
|
|
|
|
alias rm 'rm -i'
|
|
alias cp 'cp -i'
|
|
alias mv 'mv -i'
|