summaryrefslogtreecommitdiff
path: root/plugins/cloudapp/cloudapp.plugin.zsh
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-06-19 23:10:00 +0200
committerMarc Cornellà <marc.cornella@live.com>2020-06-19 23:10:00 +0200
commit8fe48793b525c21580ccfa8ee11af89fbd505bb0 (patch)
tree9f9b90104aa66be4acb3019aec35826b5cd7b1b2 /plugins/cloudapp/cloudapp.plugin.zsh
parent5ffc0d036c587741fd25092e7809dad2b00b3677 (diff)
downloadzsh-8fe48793b525c21580ccfa8ee11af89fbd505bb0.tar.gz
zsh-8fe48793b525c21580ccfa8ee11af89fbd505bb0.tar.bz2
zsh-8fe48793b525c21580ccfa8ee11af89fbd505bb0.zip
Deprecate cloudapp plugin (fixes #8966)
Diffstat (limited to 'plugins/cloudapp/cloudapp.plugin.zsh')
-rw-r--r--plugins/cloudapp/cloudapp.plugin.zsh10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/cloudapp/cloudapp.plugin.zsh b/plugins/cloudapp/cloudapp.plugin.zsh
index 3b363c81b..a4d92a080 100644
--- a/plugins/cloudapp/cloudapp.plugin.zsh
+++ b/plugins/cloudapp/cloudapp.plugin.zsh
@@ -1,6 +1,4 @@
-alias cloudapp="${0:a:h}/cloudapp.rb"
-
-# Ensure only the owner can access the credentials file
-if [[ -f ~/.cloudapp ]]; then
- chmod 600 ~/.cloudapp
-fi
+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"