Skip to content

Instantly share code, notes, and snippets.

@StephanU
Created January 12, 2012 01:28
Show Gist options
  • Save StephanU/1597893 to your computer and use it in GitHub Desktop.
Save StephanU/1597893 to your computer and use it in GitHub Desktop.
Command to hide hidden files on mac
defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment