mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
7 lines
256 B
Bash
7 lines
256 B
Bash
|
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 rnios='react-native run-ios'
|
||
|
|