mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Add more simulator aliases (#5550)
This commit is contained in:
parent
b1efd04f94
commit
d9695a8b00
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue