We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98dfd75 + 4fa8001 commit 23d4a36Copy full SHA for 23d4a36
Library/Homebrew/cmd/command-not-found-init.rb
@@ -41,7 +41,7 @@ def init
41
when :bash, :zsh
42
puts File.read(File.expand_path("#{File.dirname(__FILE__)}/../command-not-found/handler.sh"))
43
when :fish
44
- puts File.expand_path("#{File.dirname(__FILE__)}/../command-not-found/handler.fish")
+ puts File.read(File.expand_path("#{File.dirname(__FILE__)}/../command-not-found/handler.fish"))
45
else
46
raise "Unsupported shell type #{shell}"
47
end
Library/Homebrew/command-not-found/handler.fish
@@ -1,3 +1,4 @@
1
+# See https://docs.brew.sh/Command-Not-Found for current setup instructions
2
# License: MIT
3
# The license text can be found in Library/Homebrew/command-not-found/LICENSE
4
0 commit comments