summaryrefslogtreecommitdiffstats
path: root/tcshrc
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-03-23 10:55:46 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-03-23 10:55:46 +0000
commit6dfe79c5da132d93793460e1132808aad1f7655e (patch)
treee0a6031b8465c80f1b8d5be69593ad48e7afc8a2 /tcshrc
parent0e1316524f073c15881a8d2d70e8831b64000b69 (diff)
downloadrootfiles-6dfe79c5da132d93793460e1132808aad1f7655e.tar
rootfiles-6dfe79c5da132d93793460e1132808aad1f7655e.tar.gz
rootfiles-6dfe79c5da132d93793460e1132808aad1f7655e.tar.bz2
rootfiles-6dfe79c5da132d93793460e1132808aad1f7655e.tar.xz
rootfiles-6dfe79c5da132d93793460e1132808aad1f7655e.zip
"Seethechangelog"
Diffstat (limited to 'tcshrc')
-rw-r--r--tcshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcshrc b/tcshrc
index 48d3bae..fcccb5d 100644
--- a/tcshrc
+++ b/tcshrc
@@ -6,6 +6,6 @@ alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
-setenv PATH "/usr/sbin:/sbin:$PATH"
+setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
set prompt='[%n@%m %c]# '