mirror of https://github.com/ohmyzsh/ohmyzsh.git
feat: rename `copydir` to `copypath` (#20)
parent
6443ad9689
commit
5e6d416bb5
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue