summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sh/env2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/env b/sh/env
index ece7491..de4dcd2 100644
--- a/sh/env
+++ b/sh/env
@@ -19,5 +19,7 @@ export PERL_CPANM_OPT="-q --mirror file://$HOME/perl5/minicpan/ --mirror http://
export FZF_DEFAULT_OPTS="--reverse --inline-info --bind=tab:down,shift-tab:up,change:top"
export FZF_DEFAULT_COMMAND="ag --hidden -l ."
export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_lance=red,host_st-doy1=bright_white,host_bishamon=blue,host_tozt=bright_yellow,host_hush=bright_black"
+type brew > /dev/null 2>&1 && export PATH="/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/findutils/libexec/gnubin:/usr/local/sbin:$PATH"
+type brew > /dev/null 2>&1 && export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/findutils/libexec/gnuman:$MANPATH"
# vim:ft=sh: