rootfiles/dot-tcshrc
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

11 lines
129 B
Plaintext

# .tcshrc
# User specific aliases and functions
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
set prompt='[%n@%m %c]# '