2020-07-03 06:16:58 +02:00
|
|
|
print ${(%):-"%F{yellow}The \`zsh_reload\` plugin is deprecated and will be removed."}
|
|
|
|
print ${(%):-"Use \`%Bomz reload%b\` or \`%Bexec zsh%b\` instead.%f"}
|
2014-03-25 22:16:36 +01:00
|
|
|
|
2020-07-03 06:16:58 +02:00
|
|
|
src() {
|
|
|
|
print ${(%):-"%F{yellow}$0 is deprecated. Use \`%Bomz reload%b\` or \`%Bexec zsh%b\` instead.%f\n"}
|
|
|
|
omz reload
|
2014-03-25 22:16:36 +01:00
|
|
|
}
|