From 7c435bab2a19df980b9921e0936673282408f464 Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 22 Jun 2023 21:24:00 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dc738a9..a874ae8 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,7 @@
 
 'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash
-history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')
-'
+history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')'