mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			255 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			255 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
 | 
						|
 | 
						|
 | 
						|
export PATH="$HOME/.cargo/bin:$PATH"
 | 
						|
if [ -e /home/ben/.nix-profile/etc/profile.d/nix.sh ]; then . /home/ben/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
 |