Deprecate cloudapp plugin (fixes #8966)

This commit is contained in:
Marc Cornellà 2020-06-19 23:10:00 +02:00
commit 8fe48793b5
3 changed files with 6 additions and 66 deletions

View file

@ -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"