mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
9 lines
216 B
Bash
Executable file
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"
|