Skip to content

Instantly share code, notes, and snippets.

@mkoller
Created May 26, 2016 21:02
Show Gist options
  • Save mkoller/064b5355d55f903fc2a5f7189b30fdd4 to your computer and use it in GitHub Desktop.
Save mkoller/064b5355d55f903fc2a5f7189b30fdd4 to your computer and use it in GitHub Desktop.
Hidden Files
alias show_hidden="defaults write com.apple.Finder AppleShowAllFiles YES && killall Finder"
alias hide_hidden="defaults write com.apple.Finder AppleShowAllFiles NO && killall Finder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment