mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(command-not-found): support latest homebrew (#13327)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
58cba61465
commit
763aab3271
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ for file (
|
|||
# Arch Linux. Must have pkgfile installed: https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found
|
||||
/usr/share/doc/pkgfile/command-not-found.zsh
|
||||
# Homebrew: https://github.com/Homebrew/homebrew-command-not-found
|
||||
/opt/homebrew/Library/Homebrew/command-not-found/handler.sh
|
||||
/usr/local/Homebrew/Library/Homebrew/command-not-found/handler.sh
|
||||
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/command-not-found/handler.sh
|
||||
# Old homebrew implementation
|
||||
/opt/homebrew/Library/Taps/homebrew/homebrew-command-not-found/handler.sh
|
||||
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-command-not-found/handler.sh
|
||||
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-command-not-found/handler.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue