diff options
Diffstat (limited to 'system/plan9port/profile.d/plan9port.csh')
-rw-r--r-- | system/plan9port/profile.d/plan9port.csh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/plan9port/profile.d/plan9port.csh b/system/plan9port/profile.d/plan9port.csh index f7ea8e2a33..0119f3e35d 100644 --- a/system/plan9port/profile.d/plan9port.csh +++ b/system/plan9port/profile.d/plan9port.csh @@ -1,4 +1,4 @@ #!/bin/csh setenv PLAN9 /opt/plan9 -setenv MANPATH ${MANPATH}:/opt/plan9/man -setenv PATH ${PATH}:/opt/plan9/bin +setenv MANPATH ${MANPATH}:$PLAN9/man +setenv PATH ${PATH}:$PLAN9/bin |