From 51fcdecce54bd25dc6bcc069ea3b1eedda506a4f Mon Sep 17 00:00:00 2001 From: Narsty Date: Mon, 10 Jul 2023 23:46:40 -0500 Subject: [PATCH 1/3] Update MacUpdaterBot+.txt --- Goodusb/MacUpdaterBot+.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Goodusb/MacUpdaterBot+.txt b/Goodusb/MacUpdaterBot+.txt index 0149f7c..0e3beb8 100644 --- a/Goodusb/MacUpdaterBot+.txt +++ b/Goodusb/MacUpdaterBot+.txt @@ -19,7 +19,7 @@ STRING terminal DELAY 500 ENTER DELAY 1000 -STRING sudo softwareupdate -ia --verbose 2>&1 | pv -l -s "$(softwareupdate -l | wc -l)" -p -t -i 1 +STRING softwareupdate -ia --verbose 2>&1 | pv -l -s "$(softwareupdate -l | wc -l)" -p -t -i 1 DELAY 1000 ENTER From bf4d054fddfb4cccc42b24d81c15a29b0b97b3fd Mon Sep 17 00:00:00 2001 From: Narsty Date: Tue, 11 Jul 2023 20:47:34 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a5fb2..84edd38 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ If you're a visual learner like me, check out this detailed tutorial by [wrencha

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](https://github.com/FalsePhilosopher) for helping create this string!

+

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

Coding From 4e0568184cc515c5ec60213008d6ef4e64a6e253 Mon Sep 17 00:00:00 2001 From: Narsty Date: Wed, 12 Jul 2023 01:42:28 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84edd38..b041905 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Image Description](https://imgur.com/dGFm5SP.png)](https://github.com/narstybits/MacOS-DuckyScripts) +[![Image Description](https://i.imgur.com/vKdvKVp.png)](https://github.com/narstybits/MacOS-DuckyScripts)