1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

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