mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#585: Fix suggestion of .bash_profile
				
					
				
			This commit is contained in:
		| @@ -41,7 +41,7 @@ class Bash(Generic): | |||||||
|         if os.path.join(os.path.expanduser('~'), '.bashrc'): |         if os.path.join(os.path.expanduser('~'), '.bashrc'): | ||||||
|             config = '~/.bashrc' |             config = '~/.bashrc' | ||||||
|         elif os.path.join(os.path.expanduser('~'), '.bash_profile'): |         elif os.path.join(os.path.expanduser('~'), '.bash_profile'): | ||||||
|             config = '~/.bashrc' |             config = '~/.bash_profile' | ||||||
|         else: |         else: | ||||||
|             config = 'bash config' |             config = 'bash config' | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user