mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Update the plugins managment. Add the function 'omz-plugin' (inspired from bash-it)
This commit is contained in:
parent
d2725d44fc
commit
5c4f982ff7
417 changed files with 124 additions and 1 deletions
11
plugins/available/react-native/react-native.plugin.zsh
Normal file
11
plugins/available/react-native/react-native.plugin.zsh
Normal file
|
|
@ -0,0 +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"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue