Last active
March 4, 2019 22:09
-
-
Save Guibzs/4f151e60aa7a57787f8526b351067985 to your computer and use it in GitHub Desktop.
Hide/Show files & folders on macOS
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
defaults write com.apple.finder AppleShowAllFiles YES | |
defaults write com.apple.finder AppleShowAllFiles NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment