From 2641635b31287d67de2a8101e14621bdc1370375 Mon Sep 17 00:00:00 2001 From: justine Date: Tue, 21 Feb 2023 17:08:10 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2e43a..645acfd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Some shortcuts are built in. They may be unique to Sqish or be copied from Zsh f * Ctrl+C : Clears the current line and starts a new one ### In Text: -* !12 : Returns command number 12 from history (Replace the number 12 12 12 12 12 12 12 12 12 12 12 12 with any number from history). You can add commands after it, like: "!12 | grep squirrel" +* !12 : Returns command number 12 from history (Replace the number 12 with any number from history). You can add commands after it, like: "!12 | grep squirrel" * !! : Appends the previous command to the current line. Same principle as !12.