mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#658: Change configuration code for fish shell
This commit is contained in:
		| @@ -71,7 +71,7 @@ class Fish(Generic): | |||||||
|  |  | ||||||
|     def how_to_configure(self): |     def how_to_configure(self): | ||||||
|         return self._create_shell_configuration( |         return self._create_shell_configuration( | ||||||
|             content=u"eval (thefuck --alias | tr '\n' ';')", |             content=u"thefuck --alias | source", | ||||||
|             path='~/.config/fish/config.fish', |             path='~/.config/fish/config.fish', | ||||||
|             reload='fish') |             reload='fish') | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user