summaryrefslogtreecommitdiff
path: root/plugins/terminalapp
diff options
context:
space:
mode:
authorAndrew Janke <andrew@apjanke.net>2015-08-09 16:37:12 -0400
committerAndrew Janke <andrew@apjanke.net>2015-08-17 20:51:41 -0400
commit96c34cebae5da3a52e7da0d61188c1f9822a9c2e (patch)
tree4eb0840a2d0609c235cec190b400f76853d2c5e0 /plugins/terminalapp
parent14b4ba83c35c34f4a1f3a69c9967f502ee2d6528 (diff)
downloadzsh-96c34cebae5da3a52e7da0d61188c1f9822a9c2e.tar.gz
zsh-96c34cebae5da3a52e7da0d61188c1f9822a9c2e.tar.bz2
zsh-96c34cebae5da3a52e7da0d61188c1f9822a9c2e.zip
Add a deprecation comment.
Diffstat (limited to 'plugins/terminalapp')
-rw-r--r--plugins/terminalapp/terminalapp.plugin.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/terminalapp/terminalapp.plugin.zsh b/plugins/terminalapp/terminalapp.plugin.zsh
new file mode 100644
index 000000000..7c0c278b9
--- /dev/null
+++ b/plugins/terminalapp/terminalapp.plugin.zsh
@@ -0,0 +1,6 @@
+# This file is intentionally empty.
+#
+# The terminalapp plugin is deprecated and may be removed in a future release.
+# Its functionality has been folded in to the core lib/termsupport.zsh, which
+# is loaded for all users. You can remove terminalapp from your $plugins list
+# once all your systems are updated to the current version of Oh My Zsh.