Skip to content

Instantly share code, notes, and snippets.

@obahareth
Last active March 17, 2024 00:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save obahareth/280d7cd4f4c7616cdc47 to your computer and use it in GitHub Desktop.
Save obahareth/280d7cd4f4c7616cdc47 to your computer and use it in GitHub Desktop.
Speed up launch of Terminal or iTerm 2
# Apparently Apple keeps system logs in this folder as .asl files. They're
# loaded into terminal sessions and can slow things down when there's a lot of
# them.
#
# Taken from:
# https://ariejan.net/2011/11/08/fixing-a-slow-starting-terminal-or-iterm2-on-mac-os-x/
sudo rm /private/var/log/asl/*.asl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment