bashrc: Ignore not finding .profile
This commit is contained in:
		@@ -8,6 +8,7 @@
 | 
			
		||||
 | 
			
		||||
# Source .profile
 | 
			
		||||
if [ -r ~/.profile ]; then
 | 
			
		||||
	# shellcheck disable=1090
 | 
			
		||||
	source ~/.profile
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user