diff options
author | fatalhalt <kylek389@gmail.com> | 2021-06-23 22:53:02 -0500 |
---|---|---|
committer | fatalhalt <kylek389@gmail.com> | 2021-06-23 22:53:02 -0500 |
commit | 7a65b212c4aa140f36118c6e3830c69d512c164e (patch) | |
tree | efcd45587cd5358c04dcf3ab5d0edadfa17dcaf2 /macos | |
parent | 19b0577d78e294877def287e5ea433ff4f7c6c34 (diff) | |
download | configs-7a65b212c4aa140f36118c6e3830c69d512c164e.tar.gz configs-7a65b212c4aa140f36118c6e3830c69d512c164e.tar.bz2 configs-7a65b212c4aa140f36118c6e3830c69d512c164e.zip |
macos switched to zsh from bash at some point
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 3c124b6..70d0713 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_sessions/* rm -f ~/.zsh_history for arg in $@; do |