diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-29 19:14:13 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-29 19:14:13 -0600 |
commit | c24de867a4d036af486fdaa77b0fcccb148e2b98 (patch) | |
tree | 040e3e553c884b06f093af5ca9476c1a1edfed77 /plugins/react-native | |
parent | a16fe1511ccf698432b7bbaccf250a7739ed2a92 (diff) | |
parent | 0ee89d965ecaa4f32cf2d1039e9d84a73eb206cf (diff) | |
download | zsh-c24de867a4d036af486fdaa77b0fcccb148e2b98.tar.gz zsh-c24de867a4d036af486fdaa77b0fcccb148e2b98.tar.bz2 zsh-c24de867a4d036af486fdaa77b0fcccb148e2b98.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/react-native')
-rw-r--r-- | plugins/react-native/react-native.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/react-native/react-native.plugin.zsh b/plugins/react-native/react-native.plugin.zsh index 9463a98b3..f19cba820 100644 --- a/plugins/react-native/react-native.plugin.zsh +++ b/plugins/react-native/react-native.plugin.zsh @@ -2,6 +2,8 @@ alias rnand='react-native run-android' alias rnios4s='react-native run-ios --simulator "iPhone 4s"' alias rnios5='react-native run-ios --simulator "iPhone 5"' alias rnios5s='react-native run-ios --simulator "iPhone 5s"' +alias rnios6='react-native run-ios --simulator "iPhone 6"' +alias rnios6s='react-native run-ios --simulator "iPhone 6s"' alias rnios='react-native run-ios' alias rnlink='react-native link' |