Replace xcsel function with just an alias

master
Marc Cornellà 11 years ago
parent 6a830f39b6
commit 24bdd8e29a
  1. 5
      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/*'

Loading…
Cancel
Save