diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2022-07-03 20:48:55 -0400 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2022-07-03 20:48:55 -0400 |
commit | 6e0a7765188ef970d738108d11eaecc7b79a5f5e (patch) | |
tree | 01712cef5fe2cc74a8bceb2abc2e54ca2c54aff1 /plugins/copydir | |
parent | 901674e84756d64024cdc70f9590c3557c6d92d6 (diff) | |
parent | 4c82a2eedf0c43d47601ffa8b0303ed1326fab8f (diff) | |
download | zsh-6e0a7765188ef970d738108d11eaecc7b79a5f5e.tar.gz zsh-6e0a7765188ef970d738108d11eaecc7b79a5f5e.tar.bz2 zsh-6e0a7765188ef970d738108d11eaecc7b79a5f5e.zip |
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'plugins/copydir')
-rw-r--r-- | plugins/copydir/README.md | 3 | ||||
-rw-r--r-- | plugins/copydir/copydir.plugin.zsh | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/plugins/copydir/README.md b/plugins/copydir/README.md deleted file mode 100644 index cf24b789f..000000000 --- a/plugins/copydir/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# copydir plugin - -This plugin is deprecated. Use the [`copypath` plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copypath) instead. diff --git a/plugins/copydir/copydir.plugin.zsh b/plugins/copydir/copydir.plugin.zsh deleted file mode 100644 index a2b489ec0..000000000 --- a/plugins/copydir/copydir.plugin.zsh +++ /dev/null @@ -1,7 +0,0 @@ -echo ${(%):-'%F{yellow}The `%Bcopydir%b` plugin is deprecated. Use the `%Bcopypath%b` plugin instead.%f'} -source "$ZSH/plugins/copypath/copypath.plugin.zsh" - -# TODO: 2022-02-22: Remove deprecated copydir function. -function copydir { - copypath -} |