mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
rmoved custom file
This commit is contained in:
parent
d2dcef7306
commit
f296fb1202
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
function xc {
|
|
||||||
xcode_proj=`find . -name "*.xc*" -d 1 | sort -r | head -1`
|
|
||||||
|
|
||||||
if [[ `echo -n $xcode_proj | wc -m` == 0 ]]
|
|
||||||
then
|
|
||||||
echo "No xcworkspace/xcodeproj file found in the current directory."
|
|
||||||
else
|
|
||||||
echo "Found $xcode_proj"
|
|
||||||
open "$xcode_proj"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
function xcsel {
|
|
||||||
sudo xcode-select --switch "$*"
|
|
||||||
}
|
|
||||||
|
|
||||||
alias xcb='xcodebuild'
|
|
||||||
alias xcp='xcode-select --print-path'
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue