Skip to content

Commit dc9a869

Browse files
authored
Update cleaner.sh
1 parent 78f6845 commit dc9a869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cleaner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sudo sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* '
5151

5252
#Clean Terminal History
5353
sudo rm -rf /Users/$USER/.bash_sessions/* > /dev/null 2>&1
54-
history -c
54+
sudo rm -rf /Users/$USER/.bash_history > /dev/null 2>&1
5555

5656
#Applications Caches
5757
sudo rm -rf /Users/$USER/Library/Containers/com.apple.QuickTimePlayerX/Data/Library/Caches/* > /dev/null 2>&1

0 commit comments

Comments
 (0)