mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
added function to swith path, renamed print
This commit is contained in:
parent
3ccb27b70e
commit
2dcd950218
1 changed files with 5 additions and 1 deletions
|
|
@ -9,5 +9,9 @@ function xc {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function xcsel {
|
||||||
|
sudo xcode-select --switch "$*"
|
||||||
|
}
|
||||||
|
|
||||||
alias xcb='xcodebuild'
|
alias xcb='xcodebuild'
|
||||||
alias xcs='xcode-select --print-path'
|
alias xcp='xcode-select --print-path'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue