2022-02-22 11:23:14 +01:00
|
|
|
echo ${(%):-'%F{yellow}The `%Bcopydir%b` plugin is deprecated. Use the `%Bcopypath%b` plugin instead.%f'}
|
|
|
|
source "$ZSH/plugins/copypath/copypath.plugin.zsh"
|
|
|
|
|
|
|
|
# TODO: 2022-02-22: Remove deprecated copydir function.
|
2013-04-08 22:11:22 +02:00
|
|
|
function copydir {
|
2022-02-22 11:23:14 +01:00
|
|
|
copypath
|
2015-10-04 09:42:24 +02:00
|
|
|
}
|