diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-08 08:10:53 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-08 08:10:53 -0800 |
commit | 978bb40d03b71ee0d8454dcec17adee48f63913d (patch) | |
tree | 0d49bd6a5cce798583f46bd75dd8351b87f5959f | |
parent | 9bd9278b804f9b45d17dce07a6257066b0b42cf9 (diff) | |
parent | 6dcdfe61e2005728ff7e1e48d452de4b38294799 (diff) | |
download | zsh-978bb40d03b71ee0d8454dcec17adee48f63913d.tar.gz zsh-978bb40d03b71ee0d8454dcec17adee48f63913d.tar.bz2 zsh-978bb40d03b71ee0d8454dcec17adee48f63913d.zip |
Merge pull request #2564 from miry/patch-3
Added simulator alias for Xcode plugin
-rw-r--r-- | plugins/xcode/xcode.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xcode/xcode.plugin.zsh b/plugins/xcode/xcode.plugin.zsh index f137253f3..4816ab0ed 100644 --- a/plugins/xcode/xcode.plugin.zsh +++ b/plugins/xcode/xcode.plugin.zsh @@ -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' |