zsh_reload.plugin.zsh 283 B

1234567
  1. print ${(%):-"%F{yellow}The \`zsh_reload\` plugin is deprecated and will be removed."}
  2. print ${(%):-"Use \`%Bomz reload%b\` or \`%Bexec zsh%b\` instead.%f"}
  3. src() {
  4. print ${(%):-"%F{yellow}$0 is deprecated. Use \`%Bomz reload%b\` or \`%Bexec zsh%b\` instead.%f\n"}
  5. omz reload
  6. }