commit 4c1f6adfb6644e0deacc41579ba1077339dc363e parent 8efba331fae696c858b0b6afb2cb17e1946d7dbb Author: finwo <finwo@pm.me> Date: Wed, 2 Oct 2019 17:10:08 +0200 Added osx homebrew coreutils support Diffstat:
| M | zsh/home/.zshrc | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc @@ -1,5 +1,12 @@ # vim:fdm=marker:fdl=0 +# OSX coreutils {{{ + +if command -v brew &>/dev/null; then + export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" +fi + +# }}} # History {{{ # Track