diff options
Diffstat (limited to 'system/heirloom-doctools/profile.d/heirloom.csh')
-rw-r--r-- | system/heirloom-doctools/profile.d/heirloom.csh | 4 |
1 files changed, 4 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 000000000000..4ea2d3f2ca00 --- /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 |