diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-06-19 23:10:00 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-06-19 23:10:00 +0200 |
commit | 8fe48793b525c21580ccfa8ee11af89fbd505bb0 (patch) | |
tree | 9f9b90104aa66be4acb3019aec35826b5cd7b1b2 /plugins/cloudapp/cloudapp.plugin.zsh | |
parent | 5ffc0d036c587741fd25092e7809dad2b00b3677 (diff) | |
download | zsh-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.zsh | 10 |
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" |