From 502b07c9b2829733f43ca76b7cd077b310f0f77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Fri, 13 Aug 2021 12:38:22 +0200 Subject: [PATCH] refactor(fedora)!: remove deprecated `fedora` plugin BREAKING CHANGE: the `fedora` plugin has been removed. Use the `dnf` plugin instead. --- plugins/fedora/README.md | 1 - plugins/fedora/fedora.plugin.zsh | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 plugins/fedora/README.md delete mode 100644 plugins/fedora/fedora.plugin.zsh diff --git a/plugins/fedora/README.md b/plugins/fedora/README.md deleted file mode 100644 index 85d8d7dea..000000000 --- a/plugins/fedora/README.md +++ /dev/null @@ -1 +0,0 @@ -The fedora plugin is deprecated. Use the [dnf plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) instead. diff --git a/plugins/fedora/fedora.plugin.zsh b/plugins/fedora/fedora.plugin.zsh deleted file mode 100644 index 226506c05..000000000 --- a/plugins/fedora/fedora.plugin.zsh +++ /dev/null @@ -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"