copydir.plugin.zsh 246 B

1234567
  1. echo ${(%):-'%F{yellow}The `%Bcopydir%b` plugin is deprecated. Use the `%Bcopypath%b` plugin instead.%f'}
  2. source "$ZSH/plugins/copypath/copypath.plugin.zsh"
  3. # TODO: 2022-02-22: Remove deprecated copydir function.
  4. function copydir {
  5. copypath
  6. }