From 08c5be9b3dee389711513eb842e44fe2a95a11d6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 21 May 2023 18:42:02 +0200 Subject: .profile: add the normal sed to PATH on macOS --- %HOME%/.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/%HOME%/.profile b/%HOME%/.profile index b4a72a2..36b413a 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -39,6 +39,7 @@ brew_setup() { path_export \ "$prefix/opt/coreutils/libexec/gnubin" \ "$prefix/opt/findutils/libexec/gnubin" \ + "$prefix/opt/gnu-sed/libexec/gnubin" \ "$prefix/opt/grep/libexec/gnubin" \ "$prefix/opt/python/libexec/bin" } -- cgit v1.2.3