summaryrefslogtreecommitdiff
path: root/plugins/react-native/react-native.plugin.zsh
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2017-07-10 07:16:54 -0700
committerTuowen Zhao <ztuowen@gmail.com>2017-07-10 07:16:54 -0700
commit7af518766283ed198ccd163466f750789c85568b (patch)
tree1dc71ab0dcea2a754a0e2895069febaf48aa9ce2 /plugins/react-native/react-native.plugin.zsh
parent384c158e77d5a1f15ab134c9e720539d129bbf3f (diff)
parentd848c94804918138375041a9f800f401bec12068 (diff)
downloadzsh-7af518766283ed198ccd163466f750789c85568b.tar.gz
zsh-7af518766283ed198ccd163466f750789c85568b.tar.bz2
zsh-7af518766283ed198ccd163466f750789c85568b.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.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/react-native/react-native.plugin.zsh b/plugins/react-native/react-native.plugin.zsh
index 892a31fbe..0566941a1 100644
--- a/plugins/react-native/react-native.plugin.zsh
+++ b/plugins/react-native/react-native.plugin.zsh
@@ -9,3 +9,6 @@ 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 rnland='react-native log-android'
+alias rnlios='react-native log-ios'