summaryrefslogtreecommitdiffstats
path: root/cshrc
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>1999-12-28 09:52:50 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>1999-12-28 09:52:50 +0000
commit3be5b10b0310ba35d64a06aeb889e7a783b4aab1 (patch)
treee0c6add87922b77ed8107c03629110aa508fc1d4 /cshrc
parentda307b8c37f9fe40a48938b1b519e9fcb7a3952d (diff)
downloadrootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar
rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar.gz
rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar.bz2
rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar.xz
rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.zip
Initial revisionoxygentopic/MandrakeSoft
Diffstat (limited to 'cshrc')
-rw-r--r--cshrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/cshrc b/cshrc
new file mode 100644
index 0000000..5a19993
--- /dev/null
+++ b/cshrc
@@ -0,0 +1,14 @@
+# .cshrc
+
+# User specific aliases and functions
+
+alias rm 'rm -i'
+alias cp 'cp -i'
+alias mv 'mv -i'
+
+#
+alias df 'df -x supermount'
+
+setenv PATH="/usr/sbin:/sbin:$PATH"
+
+set prompt=\[`id -nu`@`hostname -s`\]\#\