diff options
author | Kamil Kaminski <kylek389@gmail.com> | 2020-07-23 17:09:49 -0500 |
---|---|---|
committer | Kamil Kaminski <kylek389@gmail.com> | 2020-07-23 17:09:49 -0500 |
commit | 0071279299d1e900ae152d372ac6737eb960acec (patch) | |
tree | 4865550432f2ce1e73720dd028bbee939a85ea51 /macos | |
parent | 1fced064c6cef15130b691884a81c9403bbe12e4 (diff) | |
parent | 0b12826ab9febfabaa82ba583871cb3be03961b0 (diff) | |
download | configs-0071279299d1e900ae152d372ac6737eb960acec.tar.gz configs-0071279299d1e900ae152d372ac6737eb960acec.tar.bz2 configs-0071279299d1e900ae152d372ac6737eb960acec.zip |
Merge remote-tracking branch 'diffie/master'
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 |