aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 18:42:02 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 18:42:02 +0200
commit08c5be9b3dee389711513eb842e44fe2a95a11d6 (patch)
tree2f89632988b9cc97a65f6bf9b0c4389d761a258d /%HOME%
parentgit.sh: add git_replace{_word} (diff)
downloadlinux-home-08c5be9b3dee389711513eb842e44fe2a95a11d6.tar.gz
linux-home-08c5be9b3dee389711513eb842e44fe2a95a11d6.zip
.profile: add the normal sed to PATH on macOS
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.profile1
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"
}