summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-08-26 21:59:16 -0700
committerTyler Davis <tyler@gluecode.net>2023-08-26 21:59:16 -0700
commit18bcd7ae160e48a83115549cec684ee5a41bcc03 (patch)
tree52882da60ba29bcf250411219007cf9bfbd313e7 /.profile
parentb3e409ad0b75591d1c454114afa243665e9687d4 (diff)
downloaddotfiles-18bcd7ae160e48a83115549cec684ee5a41bcc03.tar.gz
dotfiles-18bcd7ae160e48a83115549cec684ee5a41bcc03.zip
sh: add manpath for ports
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index ccf883d..567a3f7 100644
--- a/.profile
+++ b/.profile
@@ -80,6 +80,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
if [ -d '/opt/local' ]; then
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
+ export MANPATH=/opt/local/share/man:$MANPATH
fi
# Brew (OSX) specifics