mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-12 20:31:00 +01:00
7 lines
170 B
Bash
7 lines
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" |