mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
🐼 Added simulator alias for Xcode plugin
It is often required to start simulator without Xcode.
This commit is contained in:
parent
6b3c953775
commit
6dcdfe61e2
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@ function xcsel {
|
|||
|
||||
alias xcb='xcodebuild'
|
||||
alias xcp='xcode-select --print-path'
|
||||
alias simulator='open $(xcode-select -p)/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app'
|
||||
|
|
Loading…
Reference in a new issue