1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

wiki: adjust pronoun and noun to the number of functions

Pablo Aguiar 2015-04-27 10:42:18 -03:00
parent a3cec536b2
commit 847068e01a

@ -7,7 +7,7 @@ alias fuck='eval $(thefuck $(fc -ln -1))'
# Fish
Add this function to `config.fish`:
Add these functions to `config.fish`:
```fish
function __thefuck_repl -d 'Replace operators into fish-compatible'
set -l tmp (echo $argv | sed 's/ && / ; and /g')