Created
July 24, 2020 02:01
-
-
Save rubinsaifi/b7f7399a6cbb12394db5dfc6bcc88c62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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