Commit 24bdd8e2 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Replace xcsel function with just an alias

parent 6a830f39
......@@ -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/*'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment