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 fi
} }
function xcsel { alias xcsel='sudo xcode-select --switch'
sudo xcode-select --switch "$*"
}
alias xcb='xcodebuild' alias xcb='xcodebuild'
alias xcp='xcode-select --print-path' alias xcp='xcode-select --print-path'
alias xcdd='rm -rf ~/Library/Developer/Xcode/DerivedData/*' alias xcdd='rm -rf ~/Library/Developer/Xcode/DerivedData/*'