Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Last active September 21, 2022 03:13
Show Gist options
  • Save andrewp-as-is/aee8ccfb7f954585d4504e5734222437 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/aee8ccfb7f954585d4504e5734222437 to your computer and use it in GitHub Desktop.
macOS Finder fix
#!/usr/bin/env bash
# if Finder not open window on click
rm -f ~/Library/Preferences/com.apple.finder.plist
/usr/bin/killall Finder
/usr/bin/open -a Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment