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 |