From fe87ca5aab38de57dba831bb46b66dc627ca54b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Dec 2018 11:31:41 -0200 Subject: Prefer custom installed GNU tools over built in ones. --- bash/bashrc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 8af4dc4..9ddaf6f 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -33,5 +33,9 @@ source "$(dirname $(readlink $(which autojump)))/../share/autojump/autojump.bash export PATH="$HOME/.perl6/bin:$PATH" +isMac && { + PATH="/usr/local/opt/make/libexec/gnubin:$PATH" +} + export PATH="$HOME/tmp/rakudobrew/bin:$PATH" # export PATH="$HOME/songbooks/cli:$PATH" -- cgit v1.2.3