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