1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-04-15 23:40:40 +08:00

Merge pull request 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
commit 978bb40d03

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'