Skip to content

Instantly share code, notes, and snippets.

@gsscoder
Created February 7, 2020 17:18
Show Gist options
  • Save gsscoder/3d90ad2ab85deadc1bc2297fc11de7fc to your computer and use it in GitHub Desktop.
Save gsscoder/3d90ad2ab85deadc1bc2297fc11de7fc to your computer and use it in GitHub Desktop.
Script to speed ZSH startup (removing history files)
#!/bin/sh
sudo rm -rf /private/var/log/asl/*.asl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment