diff options
-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" } |