diff --git a/bash_profile b/bash_profile index e49f349..4ad38ab 100644 --- a/bash_profile +++ b/bash_profile @@ -18,7 +18,7 @@ done # Prepend custom man directories to MATPATH if they exist, so that we get # correct man page entries when multiple versions of a command are available. -for p in localman=/usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman +for p in /usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman do [ -d "$p" ] && export MANPATH="$p:$MANPATH" done