[zsh] Add Code and DerivedData path-y variables to init_env_darwin

This commit is contained in:
Eryn Wells 2022-01-22 21:29:15 -08:00
parent 6ee8b800cc
commit fc3c6261e6

View file

@ -9,6 +9,9 @@ export OSBUILD=`sysctl -n kern.osversion`
export OSVERSION=`sysctl -n kern.osproductversion`
export HWMODEL=`sysctl -n hw.model`
export c="$HOME/Code"
export dd="$HOME/Library/Developer/Xcode/DerivedData"
local pythonRoot
local python27SitePackages