aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.sh4
1 files changed, 4 insertions, 0 deletions
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"