From e279f668016d3f806a467ff85cc9ccaad69d0ed5 Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sat, 30 Sep 2023 21:32:54 +0100 Subject: [PATCH] Fix string escape in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d660187..e68d77b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Just put the following aliases into `~/.bashrc` to make things easier: alias nn="notes.sh -n" # Type "ne" to look up and edit an existing note -alias ne="notes.sh -l | fzf --tac --with-nth="2..-1" | xargs -o notes.sh -e" +alias ne="notes.sh -l | fzf --tac --with-nth=\"2..-1\" | xargs -o notes.sh -e" ``` ## Publishing notes to HTML