refactor(fedora)!: remove deprecated `fedora` plugin

BREAKING CHANGE: the `fedora` plugin has been removed. Use the `dnf` plugin instead.
master
Marc Cornellà 5 years ago
parent 6e4c9df4a4
commit 502b07c9b2
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 1
      plugins/fedora/README.md
  2. 3
      plugins/fedora/fedora.plugin.zsh

@ -1 +0,0 @@
The fedora plugin is deprecated. Use the [dnf plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) instead.

@ -1,3 +0,0 @@
print -P "%F{yellow}The 'fedora' plugin is deprecated. Use the '%Udnf%u' plugin instead.%f"
source "$ZSH/plugins/dnf/dnf.plugin.zsh"
Loading…
Cancel
Save