added function to swith path, renamed print

This commit is contained in:
Chris Martin 2013-11-05 11:12:06 -08:00
commit 2dcd950218

View file

@ -9,5 +9,9 @@ function xc {
fi fi
} }
function xcsel {
sudo xcode-select --switch "$*"
}
alias xcb='xcodebuild' alias xcb='xcodebuild'
alias xcs='xcode-select --print-path' alias xcp='xcode-select --print-path'