diff options
| author | Michael Nikitochkin <miry.sof@gmail.com> | 2014-02-27 11:52:21 +0200 |
|---|---|---|
| committer | Michael Nikitochkin <miry.sof@gmail.com> | 2014-02-28 13:55:15 +0200 |
| commit | 6dcdfe61e2005728ff7e1e48d452de4b38294799 (patch) | |
| tree | 3eaebff0324036d9f4ec8beec52c7a1cc5b4f613 | |
| parent | 6b3c9537754b4a2180648258341ae2d7ca203d1e (diff) | |
| download | zsh-6dcdfe61e2005728ff7e1e48d452de4b38294799.tar.gz zsh-6dcdfe61e2005728ff7e1e48d452de4b38294799.tar.bz2 zsh-6dcdfe61e2005728ff7e1e48d452de4b38294799.zip | |
:panda_face: Added simulator alias for Xcode plugin
It is often required to start simulator without Xcode.
| -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' |
