mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-04 00:52:04 +00:00 
			
		
		
		
	Update link to fish-shell autoloading functions tutorial.
@@ -21,7 +21,7 @@ Add this function to `config.fish`:
 | 
				
			|||||||
thefuck --alias | source 
 | 
					thefuck --alias | source 
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To avoid the delay of the shell startup, you could also create an [autoloaded function](https://fishshell.com/docs/current/tutorial.html#tut_autoload).
 | 
					To avoid the delay of the shell startup, you could also create an [autoloaded function](https://fishshell.com/docs/current/tutorial.html#autoloading-functions).
 | 
				
			||||||
Create a file `~/.config/fish/functions/fuck.fish` instead and paste the output of `thefuck --alias` 
 | 
					Create a file `~/.config/fish/functions/fuck.fish` instead and paste the output of `thefuck --alias` 
 | 
				
			||||||
into that file. Fish should start as fast as before.
 | 
					into that file. Fish should start as fast as before.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user