my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
283 B

3 years ago
  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. }