summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2015-08-07 19:04:26 +0200
committerMarc Cornellà <marc.cornella@live.com>2015-09-05 22:47:52 +0200
commit24bdd8e29a344f0282b842f89a4a10f145344939 (patch)
tree1e9876be18f953a789f009b386b293175f73e21c /plugins
parent6a830f39b68300cf86504f1c60d9ab77c09b7971 (diff)
downloadzsh-24bdd8e29a344f0282b842f89a4a10f145344939.tar.gz
zsh-24bdd8e29a344f0282b842f89a4a10f145344939.tar.bz2
zsh-24bdd8e29a344f0282b842f89a4a10f145344939.zip
Replace xcsel function with just an alias
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xcode/xcode.plugin.zsh5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/xcode/xcode.plugin.zsh b/plugins/xcode/xcode.plugin.zsh
index 274bd92e4..059c78fd5 100644
--- a/plugins/xcode/xcode.plugin.zsh
+++ b/plugins/xcode/xcode.plugin.zsh
@@ -12,10 +12,7 @@ function xc {
fi
}
-function xcsel {
- sudo xcode-select --switch "$*"
-}
-
+alias xcsel='sudo xcode-select --switch'
alias xcb='xcodebuild'
alias xcp='xcode-select --print-path'
alias xcdd='rm -rf ~/Library/Developer/Xcode/DerivedData/*'