slackbuilds/system/plan9port/profile.d/plan9port.sh

5 lines
102 B
Bash

#!/bin/sh
export PLAN9=/opt/plan9
export MANPATH="$MANPATH:$PLAN9/man"
export PATH="$PATH:$PLAN9/bin"