summaryrefslogtreecommitdiffstats
path: root/system/plan9port/profile.d/plan9port.sh
diff options
context:
space:
mode:
author Ruben Schuller <ruben@orgizm.net>2012-12-10 14:50:58 +0100
committer dsomero <xgizzmo@slackbuilds.org>2012-12-11 16:23:05 -0500
commite4cac820a2c96646d82d8c45f5f2802115b47372 (patch)
treee07fbcbe81dc2ab971ed9403a1c6188617cb3272 /system/plan9port/profile.d/plan9port.sh
parenta842d4dcdb4d59e0f72892b0cde77df70d5f98e8 (diff)
downloadslackbuilds-e4cac820a2c96646d82d8c45f5f2802115b47372.tar.gz
slackbuilds-e4cac820a2c96646d82d8c45f5f2802115b47372.tar.xz
system/plan9port: Added (Plan 9 from User Space).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/plan9port/profile.d/plan9port.sh')
-rw-r--r--system/plan9port/profile.d/plan9port.sh4
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"