From 847068e01a51a33357fa31dc04486a823bab4c88 Mon Sep 17 00:00:00 2001 From: Pablo Aguiar Date: Mon, 27 Apr 2015 10:42:18 -0300 Subject: [PATCH] wiki: adjust pronoun and noun to the number of functions --- Shell-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shell-aliases.md b/Shell-aliases.md index be632c2..d9d344e 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -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')