From 010310155033bdf6742a79439eaedad7820a7541 Mon Sep 17 00:00:00 2001 From: bonnie Date: Sun, 8 May 2022 23:35:19 +0800 Subject: [PATCH] edit "Run last command" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0844d3..9492694 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ Esc + c !! # run the previous command using sudo sudo !! -# of course you need to enter your password ``` ##### Run last command and change some parameter using caret substitution (e.g. last command: echo 'aaa' -> rerun as: echo 'bbb')