summaryrefslogtreecommitdiff
path: root/system/plan9port/profile.d
diff options
context:
space:
mode:
Diffstat (limited to 'system/plan9port/profile.d')
-rw-r--r--system/plan9port/profile.d/plan9port.csh4
-rw-r--r--system/plan9port/profile.d/plan9port.sh4
2 files changed, 0 insertions, 8 deletions
diff --git a/system/plan9port/profile.d/plan9port.csh b/system/plan9port/profile.d/plan9port.csh
deleted file mode 100644
index 0119f3e35d..0000000000
--- a/system/plan9port/profile.d/plan9port.csh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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
deleted file mode 100644
index 40ad4d01f2..0000000000
--- a/system/plan9port/profile.d/plan9port.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-export PLAN9=/opt/plan9
-export MANPATH="$MANPATH:$PLAN9/man"
-export PATH="$PATH:$PLAN9/bin"