Skip to content

Instantly share code, notes, and snippets.

@codexico
Created April 10, 2014 18:23
Show Gist options
  • Save codexico/10409140 to your computer and use it in GitHub Desktop.
Save codexico/10409140 to your computer and use it in GitHub Desktop.
show hidden files on finder
defaults write com.apple.Finder AppleShowAllFiles TRUE; killall Finder
@codexico
Copy link
Author

#10.9.5

defaults write com.apple.finder AppleShowAllFiles YES; killall Finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment