From 5e6d416bb53eff2be87b8370f08e241856741ceb Mon Sep 17 00:00:00 2001 From: Knyazev Egor Date: Sun, 5 Mar 2023 00:47:03 +0300 Subject: [PATCH] feat: rename `copydir` to `copypath` (#20) --- Plugins-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index c3585d2..f2db850 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -25,7 +25,7 @@ | [colorize](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colorize) | cat with syntax highlight support | | [command-not-found](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found) | suggests package name with relevant command | | [compleat](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/compleat) | reformats completion https://github.com/mbrubeck/compleat | -| [copydir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copydir) | copies current dir full path to clipboard | +| [copypath](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) | copies current dir full path to clipboard | | [copyfile](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copyfile) | copies selected file content to clipboard | | [cp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cp) | cp with progress bar (rsync) | | [dircycle](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dircycle) | hotkeys for cycling directories |