summaryrefslogtreecommitdiffstats
path: root/system/heirloom-doctools/profile.d/heirloom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/heirloom-doctools/profile.d/heirloom.sh')
-rw-r--r--system/heirloom-doctools/profile.d/heirloom.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/heirloom-doctools/profile.d/heirloom.sh b/system/heirloom-doctools/profile.d/heirloom.sh
new file mode 100644
index 0000000000..738be882a3
--- /dev/null
+++ b/system/heirloom-doctools/profile.d/heirloom.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+export HEIRLOOM=/opt/heirloom
+export MANPATH="$HEIRLOOM/man:$MANPATH"
+export PATH="$HEIRLOOM/bin:$PATH"