diff options
Diffstat (limited to 'macos')
| -rwxr-xr-x | macos/clean.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
