1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 22:30:07 +00:00
ohmyzsh/plugins/expo/expo.plugin.zsh

7 lines
170 B
Bash
Raw Normal View History

2020-10-24 10:44:19 +00:00
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"