From c2f3e10f658fb0f6ac94275fd0640da2ee95a942 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Mon, 21 Mar 2022 08:09:14 +0100 Subject: [PATCH 1/2] The `copydir` plugin is deprecated. Use the `copypath` plugin instead. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index dbc6b13..763493d 100644 --- a/.zshrc +++ b/.zshrc @@ -90,7 +90,7 @@ plugins=( colored-man-pages colorize copybuffer - copydir + copypath copyfile dirhistory emacs From da2620f568d25b9c3316fbc642fac77ea70cc595 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Wed, 23 Mar 2022 07:57:21 +0100 Subject: [PATCH 2/2] Disable copypath --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 763493d..ce3f346 100644 --- a/.zshrc +++ b/.zshrc @@ -90,7 +90,7 @@ plugins=( colored-man-pages colorize copybuffer - copypath +# copypath copyfile dirhistory emacs