[zsh] Move Darwin $OSBUILD, $OSVERSION, and $HWMODEL
Move them from init_env_Darwin to their own functions in the new zsh/func/darwin directory.
This commit is contained in:
parent
ace2f38ed2
commit
6276b5f40e
5 changed files with 36 additions and 7 deletions
|
@ -4,10 +4,6 @@
|
|||
autoload append_to_path
|
||||
autoload prepend_to_path
|
||||
|
||||
export OSBUILD=`sysctl -n kern.osversion`
|
||||
export OSVERSION=`sysctl -n kern.osproductversion`
|
||||
export HWMODEL=`sysctl -n hw.model`
|
||||
|
||||
export XCODE_LIBRARY="$HOME/Library/Developer/Xcode"
|
||||
export XCODE_DERIVED_DATA="$XCODE_LIBRARY/DerivedData"
|
||||
export XCODE_INSTALLS="$XCODE_LIBRARY/Installs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue