diff options
author | Luc Menut <lmenut@mageia.org> | 2013-01-01 19:08:34 +0000 |
---|---|---|
committer | Luc Menut <lmenut@mageia.org> | 2013-01-01 19:08:34 +0000 |
commit | a5d608ecc790a20aa2b6b53d4c1620ca4c465806 (patch) | |
tree | 390bd1968d359566c1101fc876244a749cfb373f /tcshrc | |
parent | 459904d61fc1080282a88bc689ed274183c9dfe2 (diff) | |
download | rootfiles-a5d608ecc790a20aa2b6b53d4c1620ca4c465806.tar rootfiles-a5d608ecc790a20aa2b6b53d4c1620ca4c465806.tar.gz rootfiles-a5d608ecc790a20aa2b6b53d4c1620ca4c465806.tar.bz2 rootfiles-a5d608ecc790a20aa2b6b53d4c1620ca4c465806.tar.xz rootfiles-a5d608ecc790a20aa2b6b53d4c1620ca4c465806.zip |
- fix PATH after UsrMove
remove /bin and /sbin
Diffstat (limited to 'tcshrc')
-rw-r--r-- | tcshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,6 +6,6 @@ alias rm 'rm -i' alias cp 'cp -i' alias mv 'mv -i' -setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin" +setenv PATH "/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin" set prompt='[%n@%m %c]# ' |