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 }')'