aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-03 07:57:10 -0200
committerEuAndreh <eu@euandre.org>2018-12-03 07:57:10 -0200
commitfa1b564d7cb27438e718e0d43daff02c14f1629b (patch)
tree2364cb1acc7e03bd67ae1dc0e2597627b02e150e
parentPrefer custom installed GNU tools over built in ones. (diff)
downloaddotfiles-fa1b564d7cb27438e718e0d43daff02c14f1629b.tar.gz
dotfiles-fa1b564d7cb27438e718e0d43daff02c14f1629b.tar.xz
macOS: prefer local bin over system bin.
-rw-r--r--bash/bashrc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh
index 9ddaf6fd..037083c6 100644
--- a/bash/bashrc.sh
+++ b/bash/bashrc.sh
@@ -35,6 +35,7 @@ export PATH="$HOME/.perl6/bin:$PATH"
isMac && {
PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
+ PATH="/usr/local/bin:$PATH"
}
export PATH="$HOME/tmp/rakudobrew/bin:$PATH"