diff options
author | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2013-12-01 15:31:48 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <kriechbaumer@gmail.com> | 2013-12-01 15:31:48 +0100 |
commit | 1493d88e3f92c7034da5c1b1638ba19544aa3ccb (patch) | |
tree | 2755308f3fe589d39a4ab92a42239914f4e5cdc8 | |
parent | 9b37fcba5e350d049d4bbf145672cecd37356c23 (diff) | |
download | zsh-1493d88e3f92c7034da5c1b1638ba19544aa3ccb.tar.gz zsh-1493d88e3f92c7034da5c1b1638ba19544aa3ccb.tar.bz2 zsh-1493d88e3f92c7034da5c1b1638ba19544aa3ccb.zip |
Added migration notification for rails plugin
-rw-r--r-- | plugins/rails3/rails3.plugin.zsh | 4 | ||||
-rw-r--r-- | plugins/rails4/rails4.plugin.zsh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/rails3/rails3.plugin.zsh b/plugins/rails3/rails3.plugin.zsh new file mode 100644 index 000000000..261b92108 --- /dev/null +++ b/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" diff --git a/plugins/rails4/rails4.plugin.zsh b/plugins/rails4/rails4.plugin.zsh new file mode 100644 index 000000000..5452c242c --- /dev/null +++ b/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" |