Skip to content

Instantly share code, notes, and snippets.

@rubinsaifi
Created July 24, 2020 02:01
Show Gist options
  • Save rubinsaifi/b7f7399a6cbb12394db5dfc6bcc88c62 to your computer and use it in GitHub Desktop.
Save rubinsaifi/b7f7399a6cbb12394db5dfc6bcc88c62 to your computer and use it in GitHub Desktop.
function killd {
defaults write com.apple.finder CreateDesktop false
killall Finder
}
function revived {
defaults write com.apple.finder CreateDesktop true
killall Finder
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment