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