diff options
Diffstat (limited to 'system/heirloom-doctools/profile.d')
-rw-r--r-- | system/heirloom-doctools/profile.d/heirloom.csh | 4 | ||||
-rw-r--r-- | system/heirloom-doctools/profile.d/heirloom.sh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/system/heirloom-doctools/profile.d/heirloom.csh b/system/heirloom-doctools/profile.d/heirloom.csh new file mode 100644 index 0000000000..4ea2d3f2ca --- /dev/null +++ b/system/heirloom-doctools/profile.d/heirloom.csh @@ -0,0 +1,4 @@ +#!/bin/csh +setenv HEIRLOOM /opt/heirloom +setenv MANPATH ${MANPATH}:${HEIRLOOM}/man +setenv PATH ${PATH}:${HEIRLOOM}/bin 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" |