From 4ad2adcc161fb5eb2cd5ba4f5ccf5f7dd2bf50ee Mon Sep 17 00:00:00 2001 From: graelo Date: Wed, 1 Jun 2022 08:48:18 +0200 Subject: [PATCH] chore(docs): README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4e473..ebfc4fe 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ The error was `Error no such file` Let's imagine you want a quick way to always search for SHA-1/2, datetimes, strings within backticks, you would define once the following alias ```zsh -$ alias pick='copyrat -r --unique-hint -s bold -x sha datetime quoted-backtick | pbcopy' +$ alias pick='copyrat -r --unique-hint -s bold -x sha -x datetime -x quoted-backtick | pbcopy' ``` and simply