Replace xcsel function with just an alias

This commit is contained in:
Marc Cornellà 2015-08-07 19:04:26 +02:00
parent 6a830f39b6
commit 24bdd8e29a

View File

@ -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/*'