diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-28 09:52:50 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-28 09:52:50 +0000 |
commit | 3be5b10b0310ba35d64a06aeb889e7a783b4aab1 (patch) | |
tree | e0c6add87922b77ed8107c03629110aa508fc1d4 /tcshrc | |
parent | da307b8c37f9fe40a48938b1b519e9fcb7a3952d (diff) | |
download | rootfiles-topic/MandrakeSoft.tar rootfiles-topic/MandrakeSoft.tar.gz rootfiles-topic/MandrakeSoft.tar.bz2 rootfiles-topic/MandrakeSoft.tar.xz rootfiles-topic/MandrakeSoft.zip |
Initial revisionoxygentopic/MandrakeSoft
Diffstat (limited to 'tcshrc')
-rw-r--r-- | tcshrc | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# .tcshrc + +# User specific aliases and functions + +alias rm 'rm -i' +alias cp 'cp -i' +alias mv 'mv -i' + +setenv PATH "/usr/sbin:/sbin:$PATH" + +set prompt='[%n@%m %c]# ' |