From 6dcea3deca431649dd715aad8c16038751e5a923 Mon Sep 17 00:00:00 2001 From: Saurav Jaiswal Date: Mon, 1 Oct 2018 20:15:56 +0530 Subject: [PATCH] fedora: add README and deprecation warning (#7178) --- plugins/fedora/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/fedora/README.md diff --git a/plugins/fedora/README.md b/plugins/fedora/README.md new file mode 100644 index 000000000..6594799b3 --- /dev/null +++ b/plugins/fedora/README.md @@ -0,0 +1 @@ +The fedora plugin is deprecated. Use the [dnf plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/dnf) instead.