浏览代码

Added migration notification for rails plugin

Thomas Kriechbaumer 11 年之前
父节点
当前提交
1493d88e3f
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      plugins/rails3/rails3.plugin.zsh
  2. 4 0
      plugins/rails4/rails4.plugin.zsh

+ 4 - 0
plugins/rails3/rails3.plugin.zsh

@@ -0,0 +1,4 @@
+echo "It looks like you have been using the 'rails3' plugin,"
+echo "which has been deprecated in favor of a newly consolidated 'rails' plugin."
+echo "You will want to modify your ~/.zshrc configuration to begin using it."
+echo "Learn more at https://github.com/robbyrussell/oh-my-zsh/pull/2240"

+ 4 - 0
plugins/rails4/rails4.plugin.zsh

@@ -0,0 +1,4 @@
+echo "It looks like you have been using the 'rails4' plugin,"
+echo "which has been deprecated in favor of a newly consolidated 'rails' plugin."
+echo "You will want to modify your ~/.zshrc configuration to begin using it."
+echo "Learn more at https://github.com/robbyrussell/oh-my-zsh/pull/2240"