Move them from init_env_Darwin to their own functions in the new zsh/func/darwin directory.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env zsh
 | 
						|
# Eryn Wells <eryn@erynwells.me>
 | 
						|
 | 
						|
autoload append_to_path
 | 
						|
autoload prepend_to_path
 | 
						|
 | 
						|
export XCODE_LIBRARY="$HOME/Library/Developer/Xcode"
 | 
						|
export XCODE_DERIVED_DATA="$XCODE_LIBRARY/DerivedData"
 | 
						|
export XCODE_INSTALLS="$XCODE_LIBRARY/Installs"
 | 
						|
export dd="$XCODE_DERIVED_DATA"
 |