mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Update path for the iOS simulator.
This commit is contained in:
parent
96e4e5dd03
commit
d794a502f6
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ function xcsel {
|
||||||
|
|
||||||
alias xcb='xcodebuild'
|
alias xcb='xcodebuild'
|
||||||
alias xcp='xcode-select --print-path'
|
alias xcp='xcode-select --print-path'
|
||||||
alias simulator='open $(xcode-select -p)/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app'
|
alias simulator='open $(xcode-select -p)/Applications/iOS\ Simulator.app'
|
||||||
|
|
Loading…
Reference in a new issue