mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-08 00:10:41 +01:00
Add deprecation notice for fedora and go plugins.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
../dnf/dnf.plugin.zsh
|
|
||||||
3
plugins/fedora/fedora.plugin.zsh
Normal file
3
plugins/fedora/fedora.plugin.zsh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
print -P "%F{yellow}The 'fedora' plugin is deprecated. Use the '%Udnf%u' plugin instead.%f"
|
||||||
|
|
||||||
|
source "$ZSH/plugins/dnf/dnf.plugin.zsh"
|
||||||
@@ -1 +0,0 @@
|
|||||||
../golang/golang.plugin.zsh
|
|
||||||
3
plugins/go/go.plugin.zsh
Normal file
3
plugins/go/go.plugin.zsh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
print -P "%F{yellow}The 'go' plugin is deprecated. Use the '%Ugolang%u' plugin instead.%f"
|
||||||
|
|
||||||
|
source "$ZSH/plugins/golang/golang.plugin.zsh"
|
||||||
Reference in New Issue
Block a user