diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-08-13 12:42:56 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-08-13 12:42:56 +0200 |
commit | af6c7f3d6782cf0a34e4e68f661df526d35795be (patch) | |
tree | 82bd0dcb70bcc3af03ff77217f97bbd677410e7c /plugins/cloudapp/cloudapp.plugin.zsh | |
parent | e1f0d826f1f0d362eb377ef4a8124062ec63c3e9 (diff) | |
download | zsh-af6c7f3d6782cf0a34e4e68f661df526d35795be.tar.gz zsh-af6c7f3d6782cf0a34e4e68f661df526d35795be.tar.bz2 zsh-af6c7f3d6782cf0a34e4e68f661df526d35795be.zip |
refactor(cloudapp)!: remove deprecated `cloudapp` plugin
BREAKING CHANGE: the `cloudapp` plugin has been removed due to removed API.
Diffstat (limited to 'plugins/cloudapp/cloudapp.plugin.zsh')
-rw-r--r-- | plugins/cloudapp/cloudapp.plugin.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/cloudapp/cloudapp.plugin.zsh b/plugins/cloudapp/cloudapp.plugin.zsh deleted file mode 100644 index a4d92a080..000000000 --- a/plugins/cloudapp/cloudapp.plugin.zsh +++ /dev/null @@ -1,4 +0,0 @@ -print -Pn "%F{yellow}" -print "[oh-my-zsh] The CloudApp API no longer works, so the cloudapp plugin will" -print "[oh-my-zsh] be removed shortly. Please remove it from your plugins list." -print -Pn "%f" |