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

Add deprecation notice for fedora and go plugins.

This commit is contained in:
Marc Cornellà 2020-05-26 18:14:58 +02:00
parent cc065c7bfa
commit 93cc3964e2
2 changed files with 6 additions and 2 deletions

View file

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

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

View file

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

3
plugins/go/go.plugin.zsh Normal file
View 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"