Skip to content

Commit 4874b72

Browse files
committed
Fix brew command-not-found.
1 parent d8e7c95 commit 4874b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

~/.config/fish/conf.d/brew.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was created automatically, do not edit it directly.
22

3-
if set -l brew_command_init (brew command-not-found-init 2>&-)
4-
source "$brew_command_init"
3+
if set -l HOMEBREW_COMMAND_NOT_FOUND_HANDLER (brew --repository)/Library/Homebrew/command-not-found/handler.fish
4+
source "$HOMEBREW_COMMAND_NOT_FOUND_HANDLER"
55
end
66

77
if test (type -t brew) = function

0 commit comments

Comments
 (0)