diff options
Diffstat (limited to 'bash/bashrc.sh')
-rw-r--r-- | bash/bashrc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 9ddaf6f..037083c 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" |