From 6c6188f9a3d7c8235d50aab4e4f187593f460241 Mon Sep 17 00:00:00 2001 From: aifrak Date: Wed, 29 Jun 2022 21:03:50 +0200 Subject: [PATCH] Use `copypath` instead of deprecated `copydir` (#168) --- config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 0612cc5..e52c963 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -38,8 +38,8 @@ zinit wait lucid for \ OMZP::cp \ OMZP::colored-man-pages \ OMZP::command-not-found \ - OMZP::copydir \ OMZP::copyfile \ + OMZP::copypath \ OMZP::dirhistory \ OMZP::extract \ OMZP::colorize \