From 9e39991e7d3e4088c212e343c83759db3b0a23c9 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 3 Mar 2024 09:52:05 -0500 Subject: [PATCH] Fix zshrc on macOS --- home/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/default.nix b/home/default.nix index 91aef44..48b12cc 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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