mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Replace xcsel function with just an alias
This commit is contained in:
parent
6a830f39b6
commit
24bdd8e29a
1 changed files with 1 additions and 4 deletions
|
@ -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 a new issue