mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-03 18:28:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#
 | 
						|
# ~/.bash_profile
 | 
						|
#
 | 
						|
 | 
						|
export GOBIN="/home/mastermindzh/.go"
 | 
						|
export PATH="$PATH:$(go env GOBIN):$(go env GOPATH)/bin"
 | 
						|
 | 
						|
[[ -f ~/.bashrc ]] && . ~/.bashrc
 |