aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/command-not-found/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-03-16 23:33:42 +0100
committerMarvin Borner2020-03-16 23:33:42 +0100
commit0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (patch)
tree719da1c7fe5dabb872fe9ff1582c39b55ccd488e /.oh-my-zsh/plugins/command-not-found/README.md
parente5d38956336ab1be954bdbd12808c5f98f8bd925 (diff)
Well I'm using Arch again
Diffstat (limited to '.oh-my-zsh/plugins/command-not-found/README.md')
-rw-r--r--.oh-my-zsh/plugins/command-not-found/README.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/.oh-my-zsh/plugins/command-not-found/README.md b/.oh-my-zsh/plugins/command-not-found/README.md
deleted file mode 100644
index df62d1f..0000000
--- a/.oh-my-zsh/plugins/command-not-found/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# command-not-found plugin
-
-This plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found.
-
-To use it, add `command-not-found` to the plugins array of your zshrc file:
-
-```zsh
-plugins=(... command-not-found)
-```
-
-An example of how this plugin works in Ubuntu:
-```
-$ mutt
-The program 'mutt' can be found in the following packages:
- * mutt
- * mutt-kz
- * mutt-patched
-Try: sudo apt install <selected package>
-```
-
-### Supported platforms
-
-It works out of the box with the command-not-found packages for:
-
-- [Ubuntu](https://www.porcheron.info/command-not-found-for-zsh/)
-- [Debian](https://packages.debian.org/search?keywords=command-not-found)
-- [Arch Linux](https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found)
-- [macOS (Homebrew)](https://github.com/Homebrew/homebrew-command-not-found)
-- [Fedora](https://fedoraproject.org/wiki/Features/PackageKitCommandNotFound)
-
-You can add support for other platforms by submitting a Pull Request.