slackbuilds_ponce/system/plan9port/profile.d/plan9port.sh

5 lines
102 B
Bash
Raw Normal View History

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