Browse Source

Add deprecation notice for fedora and go plugins.

Marc Cornellà 4 years ago
parent
commit
93cc3964e2

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

@@ -1 +0,0 @@
-../dnf/dnf.plugin.zsh

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

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

+ 0 - 1
plugins/go/go.plugin.zsh

@@ -1 +0,0 @@
-../golang/golang.plugin.zsh

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

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