mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add a React Native itself alias, and to start the web server
This commit is contained in:
parent
26aae6b583
commit
87dffa8da9
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
alias rn='react-native'
|
||||
alias rns='react-native start'
|
||||
alias rnand='react-native run-android'
|
||||
alias rnios4s='react-native run-ios --simulator "iPhone 4s"'
|
||||
alias rnios5='react-native run-ios --simulator "iPhone 5"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue