From 0b12826ab9febfabaa82ba583871cb3be03961b0 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 10 Jul 2020 22:41:22 -0500 Subject: bash history on macos is stored in .zsh_history --- macos/clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/clean.sh b/macos/clean.sh index 90ee0e4..3c124b6 100755 --- a/macos/clean.sh +++ b/macos/clean.sh @@ -7,6 +7,7 @@ rm -rf ~/Library/Logs/DiagnosticReports/* rm -rf ~/Library/Logs/* rm -f ~/.bash_sessions/* +rm -f ~/.zsh_history for arg in $@; do case "$arg" in -- cgit v1.2.3