summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nikitochkin <miry.sof@gmail.com>2014-02-27 11:52:21 +0200
committerMichael Nikitochkin <miry.sof@gmail.com>2014-02-28 13:55:15 +0200
commit6dcdfe61e2005728ff7e1e48d452de4b38294799 (patch)
tree3eaebff0324036d9f4ec8beec52c7a1cc5b4f613
parent6b3c9537754b4a2180648258341ae2d7ca203d1e (diff)
downloadzsh-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.zsh1
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'