浏览代码

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

BREAKING CHANGE: the `fedora` plugin has been removed. Use the `dnf` plugin instead.
Marc Cornellà 3 年之前
父节点
当前提交
502b07c9b2
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 1
      plugins/fedora/README.md
  2. 0 3
      plugins/fedora/fedora.plugin.zsh

+ 0 - 1
plugins/fedora/README.md

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

+ 0 - 3
plugins/fedora/fedora.plugin.zsh

@@ -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"