summaryrefslogtreecommitdiff
path: root/plugins/command-not-found/command-not-found.plugin.zsh
AgeCommit message (Collapse)Author
2021-05-03fix(command-not-found): remove invalid argument for PackageKit (#9876)sevendials
`pk-command-not-found` doesn't accept `--` as an argument. This is what happens when `--` is the first argument: ``` $ gem zsh: --: command not found... ```
2021-04-09feat(command-not-found): add support for Termux (#9666)Mario A
2021-04-09refactor(command-not-found): clean up and reorganize logicMarc Cornellà
2021-04-09feat(command-not-found): add support for Homebrew on Apple M1 (#9797)Daniel Wang
2020-12-05fix(command-not-found): show error in Ubuntu when no package is found (#9418)赵崇延
2020-03-02command-not-found: speed up call to Homebrew command-not-found (#7740)Hielke Walinga
By sourcing brew files directly we can achieve a very high speed up. This will not work if the user installed homebrew in a different location than by default.
2019-03-25command-not-found: add support for NixOS (#7701)SomeDer
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2015-11-02Add OSX support for command-not-foundAlberto Gireud
2015-01-10Add Fedora support for command-not-found pluginAndrey Sitnik
2013-04-14command-not-found support for Arch Linuxtoctan
2011-03-23Make command-not-found no-op when support not available (e.g. not on Ubuntu)Lorrin Nelson
2010-10-25command-not-found package in ubuntuJoseph Jon Booker