diff options
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 |
commit | e4cac820a2c96646d82d8c45f5f2802115b47372 (patch) | |
tree | e07fbcbe81dc2ab971ed9403a1c6188617cb3272 /system/plan9port/profile.d | |
parent | a842d4dcdb4d59e0f72892b0cde77df70d5f98e8 (diff) | |
download | slackbuilds-e4cac820a2c96646d82d8c45f5f2802115b47372.tar.gz |
system/plan9port: Added (Plan 9 from User Space).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/plan9port/profile.d')
-rw-r--r-- | system/plan9port/profile.d/plan9port.csh | 4 | ||||
-rw-r--r-- | system/plan9port/profile.d/plan9port.sh | 4 |
2 files changed, 8 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 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" |