diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 18:42:02 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 18:42:02 +0200 |
commit | 08c5be9b3dee389711513eb842e44fe2a95a11d6 (patch) | |
tree | 2f89632988b9cc97a65f6bf9b0c4389d761a258d | |
parent | git.sh: add git_replace{_word} (diff) | |
download | linux-home-08c5be9b3dee389711513eb842e44fe2a95a11d6.tar.gz linux-home-08c5be9b3dee389711513eb842e44fe2a95a11d6.zip |
.profile: add the normal sed to PATH on macOS
-rw-r--r-- | %HOME%/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |