summaryrefslogtreecommitdiff
path: root/plugins/react-native/react-native.plugin.zsh
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-12-25 08:01:49 -0700
committerTuowen Zhao <ztuowen@gmail.com>2016-12-25 08:01:49 -0700
commit0ebfa3a504a0a4de40154432918c5f8acb33bdae (patch)
tree3f75aab75e1e031ebb74ea77501a0b2303203049 /plugins/react-native/react-native.plugin.zsh
parent8f5c00c3374af83a45f541ac0c7d81f6b6219c5d (diff)
parent97c03841691021f916c46b2fd2d089d7970400aa (diff)
downloadzsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.tar.gz
zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.tar.bz2
zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/react-native/react-native.plugin.zsh')
-rw-r--r--plugins/react-native/react-native.plugin.zsh8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/react-native/react-native.plugin.zsh b/plugins/react-native/react-native.plugin.zsh
index f19cba820..892a31fbe 100644
--- a/plugins/react-native/react-native.plugin.zsh
+++ b/plugins/react-native/react-native.plugin.zsh
@@ -1,9 +1,11 @@
+alias rn='react-native'
+alias rns='react-native start'
+alias rnlink='react-native link'
+
alias rnand='react-native run-android'
+alias rnios='react-native run-ios'
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'
-