mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Added migration notification for rails plugin
This commit is contained in:
parent
9b37fcba5e
commit
1493d88e3f
2 changed files with 8 additions and 0 deletions
4
plugins/rails3/rails3.plugin.zsh
Normal file
4
plugins/rails3/rails3.plugin.zsh
Normal file
|
@ -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
plugins/rails4/rails4.plugin.zsh
Normal file
4
plugins/rails4/rails4.plugin.zsh
Normal file
|
@ -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"
|
Loading…
Reference in a new issue