0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

refactor(fedora)!: remove deprecated fedora plugin

BREAKING CHANGE: the `fedora` plugin has been removed. Use the `dnf` plugin instead.
This commit is contained in:
Marc Cornellà 2021-08-13 12:38:22 +02:00
parent 6e4c9df4a4
commit 502b07c9b2
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 0 additions and 4 deletions

View file

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

View file

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