diff options
| author | EuAndreh <eu@euandre.org> | 2018-12-03 07:57:10 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-12-03 07:57:10 -0200 |
| commit | fa1b564d7cb27438e718e0d43daff02c14f1629b (patch) | |
| tree | 2364cb1acc7e03bd67ae1dc0e2597627b02e150e | |
| parent | Prefer custom installed GNU tools over built in ones. (diff) | |
| download | dotfiles-fa1b564d7cb27438e718e0d43daff02c14f1629b.tar.gz dotfiles-fa1b564d7cb27438e718e0d43daff02c14f1629b.tar.xz | |
macOS: prefer local bin over system bin.
| -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 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" |
