diff options
author | Kyle K <kylek389@gmail.com> | 2020-07-10 22:41:22 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-07-10 22:41:22 -0500 |
commit | 0b12826ab9febfabaa82ba583871cb3be03961b0 (patch) | |
tree | 00319814f484213a292b0c42eecac520cd53c9aa /macos | |
parent | b8990f7fd8742e25d13560e0eeceb7428a363759 (diff) | |
download | configs-0b12826ab9febfabaa82ba583871cb3be03961b0.tar.gz configs-0b12826ab9febfabaa82ba583871cb3be03961b0.tar.bz2 configs-0b12826ab9febfabaa82ba583871cb3be03961b0.zip |
bash history on macos is stored in .zsh_history
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 |