[zsh] Add Code and DerivedData path-y variables to init_env_darwin
This commit is contained in:
parent
6ee8b800cc
commit
fc3c6261e6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue