From 8168ec0174e7e3212be20ecc74810155772abff1 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Wed, 15 Jun 2022 20:07:35 +0200 Subject: 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 --- plugins/copydir/copydir.plugin.zsh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 plugins/copydir/copydir.plugin.zsh (limited to 'plugins/copydir/copydir.plugin.zsh') 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 -} -- cgit v1.2.3-70-g09d2