mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-11-04 09:02:08 +00:00 
			
		
		
		
	wiki: adjust pronoun and noun to the number of functions
@@ -7,7 +7,7 @@ alias fuck='eval $(thefuck $(fc -ln -1))'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Fish
 | 
					# Fish
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Add this function to `config.fish`:
 | 
					Add these functions to `config.fish`:
 | 
				
			||||||
```fish
 | 
					```fish
 | 
				
			||||||
function __thefuck_repl -d 'Replace operators into fish-compatible'
 | 
					function __thefuck_repl -d 'Replace operators into fish-compatible'
 | 
				
			||||||
    set -l tmp (echo $argv | sed 's/ && / ; and /g')
 | 
					    set -l tmp (echo $argv | sed 's/ && / ; and /g')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user