1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 10:20:40 +01:00

Merge pull request #2564 from miry/patch-3

Added simulator alias for Xcode plugin
This commit is contained in:
Robby Russell
2014-03-08 08:10:53 -08:00

View File

@@ -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'