mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Added expo plugin
This commit is contained in:
parent
3b1699b595
commit
13b8a572c6
2 changed files with 28 additions and 0 deletions
7
plugins/expo/expo.plugin.zsh
Normal file
7
plugins/expo/expo.plugin.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
alias es="expo start"
|
||||
alias ei="expo install"
|
||||
alias eba="expo build:android"
|
||||
alias ebi="expo build:ios"
|
||||
alias el="expo login"
|
||||
alias eh="expo help"
|
||||
alias eu="expo upgrade"
|
||||
Loading…
Add table
Add a link
Reference in a new issue