Skip to content

Commit

Permalink
Add man path for coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
zachborboa committed Aug 25, 2017
1 parent f5322a8 commit d60aa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brew/.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ if [[ $? -eq 0 ]]; then
# coreutils_path=$(brew --prefix coreutils)
coreutils_path="/usr/local/opt/coreutils"
export PATH="${coreutils_path}/libexec/gnubin:${PATH}"
export MANPATH="${coreutils_path}/libexec/gnuman:${MANPATH}"
fi

0 comments on commit d60aa80

Please sign in to comment.