Update README.md

This commit is contained in:
Narsty
2023-06-22 21:24:00 -05:00
committed by GitHub
parent 22627d56e2
commit 7c435bab2a
+1 -2
View File
@@ -88,8 +88,7 @@
<pre>
<code>
'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 }')'
</code>
</pre>