mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
🐼 Added simulator alias for Xcode plugin
It is often required to start simulator without Xcode.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user