From fa1b564d7cb27438e718e0d43daff02c14f1629b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 3 Dec 2018 07:57:10 -0200 Subject: macOS: prefer local bin over system bin. --- bash/bashrc.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.3