Fix zshrc on macOS

This commit is contained in:
Dave Gallant
2024-03-03 09:52:05 -05:00
parent 76f09038a5
commit 9e39991e7d

View File

@@ -140,9 +140,7 @@ in {
if [[ "$OSTYPE" == "darwin"* ]];
then
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
export PATH="$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
alias xdg-open=open
fi