Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created September 26, 2011 07:14
Show Gist options
  • Save assertchris/1241764 to your computer and use it in GitHub Desktop.
Save assertchris/1241764 to your computer and use it in GitHub Desktop.
OSX showall/hideall hidden files.
alias showall='defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder'
alias hideall='defaults write com.apple.finder AppleShowAllFiles FALSE;killall Finder'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment