Last active
June 15, 2017 07:16
-
-
Save xhlwill/f5921a1c78f01e67541a1e7957cf3c99 to your computer and use it in GitHub Desktop.
Display files with names that starts with a dot (.) in Finder
This file contains 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 -bool true | |
killall Finder | |
# then restart finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment