From cb234a42bc366d4f17eddfed34624cf525d9c52d Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 4 Apr 2020 07:19:38 -0500 Subject: [PATCH] .profile: Add another brew PATH entry --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index d15d38af..db01a1c9 100755 --- a/.profile +++ b/.profile @@ -44,6 +44,7 @@ PATH="$desiredpath:$PATH" for dir in \ "/usr/local/opt/coreutils/libexec/gnubin" \ "/usr/local/opt/gnu-sed/libexec/gnubin" \ + "/usr/local/opt/grep/libexec/gnubin" \ "/usr/local/opt/util-linux/bin" \ "/usr/local/opt/util-linux/sbin" do