mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 09:43:47 +01:00
Replace xcsel function with just an alias
This commit is contained in:
parent
6a830f39b6
commit
24bdd8e29a
@ -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/*'
|
||||
|
Loading…
Reference in New Issue
Block a user