From 0d50f10fc6c989c23ef55f627f1ed65466436a54 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 3 Feb 2022 23:35:12 +0100 Subject: [PATCH] path: add GNU `gnu-sed` to PATH on the Mac --- shell/.config/shell/path.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/.config/shell/path.sh b/shell/.config/shell/path.sh index 55082ea..2f82bc8 100644 --- a/shell/.config/shell/path.sh +++ b/shell/.config/shell/path.sh @@ -20,6 +20,7 @@ while read -r dir; do done <