diff options
author | Marc Cornellà <hello@mcornella.com> | 2022-06-15 20:07:35 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-06-15 20:14:02 +0200 |
commit | 8168ec0174e7e3212be20ecc74810155772abff1 (patch) | |
tree | 34b075fc16f67be697a98cf0b7d2db272ac373d6 /plugins/copydir/copydir.plugin.zsh | |
parent | ed03e7127f392bb3ee51ed971e9f2c76984bb761 (diff) | |
download | zsh-8168ec0174e7e3212be20ecc74810155772abff1.tar.gz zsh-8168ec0174e7e3212be20ecc74810155772abff1.tar.bz2 zsh-8168ec0174e7e3212be20ecc74810155772abff1.zip |
refactor!: remove deprecated plugins
BREAKING CHANGE: the following deprecated plugins have been removed:
`cargo`, `copydir`, `npx`, `osx`, and `rustup`. See the wiki for more info:
https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins#removed
refactor(rustup)!: remove deprecated plugin
BREAKING CHANGE: the plugin was deprecated and is now removed. See the wiki for more info:
https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins#removed
Diffstat (limited to 'plugins/copydir/copydir.plugin.zsh')
-rw-r--r-- | plugins/copydir/copydir.plugin.zsh | 7 |
1 files changed, 0 insertions, 7 deletions
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 -} |