From ee0f39b1a95ee2c28610c8ac1d2d490a73f01051 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 15 Jul 2023 10:44:25 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5bfa3b2..e0280bf 100644 --- a/README.md +++ b/README.md @@ -85,18 +85,18 @@ If you're a visual learner like me, check out this detailed tutorial by [wrencha Coding

When working with the scripts, make sure to carefully read the REM (remark) lines. REMs explain the purpose of each line or provide instructions to the user. It's crucial to always read and understand the REMs!

-

The VendorID and ProductID Combination

+

🔹The VendorID and ProductID Combination

Coding
'ID 05ac:021e Apple:Keyboard'

This code helps the operating system identify the specific device (in this case, the Flipper Zero) and load the appropriate drivers or configurations, such as for an Apple keyboard.

-

The 'ignorespace' Option

+

🔹The 'ignorespace' Option

Coding
'echo -e "export HISTCONTROL=ignorespace\nunset HISTFILE" >> ~/.bashrc && source ~/.bashrc && exec bash'

This code enables the 'ignorespace' option for the command history, preventing commands with a leading space from being stored in the shell history. Special thanks to FalsePhilosopher for helping create this string!

-

Removing Specific Commands from History

+

🔹Removing Specific Commands from History

Coding
history -d $(history | tail -n 2 | head -n 1 | awk '{ print $1 }')

This code removes the specific command from the history, ensuring minimal traces are left behind and helping maintain discretion and privacy.

@@ -117,7 +117,7 @@ If you're a visual learner like me, check out this detailed tutorial by [wrencha

Support Narstybits Giphy Image + align="center">🔹 Support Narstybits 🔹