mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
5 lines
120 B
Tcsh
5 lines
120 B
Tcsh
|
#!/bin/csh
|
||
|
setenv HEIRLOOM /opt/heirloom
|
||
|
setenv MANPATH ${MANPATH}:${HEIRLOOM}/man
|
||
|
setenv PATH ${PATH}:${HEIRLOOM}/bin
|