rootfiles/dot-tcshrc

11 lines
129 B
Plaintext
Raw Permalink Normal View History

2019-09-30 11:16:22 -04:00
# .tcshrc
# User specific aliases and functions
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
set prompt='[%n@%m %c]# '