We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f6845 commit dc9a869Copy full SHA for dc9a869
1 file changed
cleaner.sh
@@ -51,7 +51,7 @@ sudo sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* '
51
52
#Clean Terminal History
53
sudo rm -rf /Users/$USER/.bash_sessions/* > /dev/null 2>&1
54
-history -c
+sudo rm -rf /Users/$USER/.bash_history > /dev/null 2>&1
55
56
#Applications Caches
57
sudo rm -rf /Users/$USER/Library/Containers/com.apple.QuickTimePlayerX/Data/Library/Caches/* > /dev/null 2>&1
0 commit comments