1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 09:20:41 +01:00

Deprecate cloudapp plugin (fixes #8966)

This commit is contained in:
Marc Cornellà
2020-06-19 23:10:00 +02:00
parent 5ffc0d036c
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"