8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| if [ -f ~/.bashrc ]; then
 | |
|    source ~/.bashrc
 | |
| fi
 | |
| 
 | |
| 
 | |
| ### Added by the Heroku Toolbelt
 | |
| export PATH="/usr/local/heroku/bin:$HOME/.local/bin:$HOME/.bin$PATH"
 |