From debb0dfea7a80d2f9fd9673def44d7ca137267d1 Mon Sep 17 00:00:00 2001 From: mat ess Date: Tue, 22 Aug 2023 21:42:47 -0400 Subject: [PATCH] Use fish-friendly brew shellenv --- darwin/homebrew.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index f3a2c28..fbc6f11 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -4,7 +4,7 @@ let caskPresent = cask: lib.any (x: x.name == cask) config.homebrew.casks; in { environment.shellInit = '' - eval "$(${config.homebrew.brewPrefix}/brew shellenv)" + eval "$(${config.homebrew.brewPrefix}/brew shellenv fish)" ''; # https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish