mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01: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
|
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/*'
|
||||||
|
|
Loading…
Reference in a new issue