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

7 lines
No EOL
170 B
Bash

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"