dots/commonsh/01_ports
2009-12-07 12:43:48 -06:00

9 lines
216 B
Bash
Executable file

#! /bin/sh
concat_manpath "/opt/local/man"
concat_path "/opt/local/bin"
concat_path "/opt/local/sbin"
concat_path "/opt/local/libexec"
concat_path "${HOME}/homebrew/bin"
concat_manpath "${HOME}/homebrew/share/man"