slackbuilds_ponce/system/heirloom-doctools/profile.d/heirloom.sh
Ruben Schuller 7e6d55c4b3 system/heirloom-doctools: Added (classic implementation of the troff tools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-06-04 00:11:26 -05:00

4 lines
114 B
Bash

#!/bin/sh
export HEIRLOOM=/opt/heirloom
export MANPATH="$HEIRLOOM/man:$MANPATH"
export PATH="$HEIRLOOM/bin:$PATH"