7 lines
		
	
	
		
			144 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			144 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
export GOPATH="${HOME}/.go"
 | 
						|
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
 | 
						|
path=(
 | 
						|
    $GOPATH
 | 
						|
    $PSQLAPP
 | 
						|
    $path)
 |