Created
September 26, 2011 07:14
-
-
Save assertchris/1241764 to your computer and use it in GitHub Desktop.
OSX showall/hideall hidden files.
This file contains hidden or 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
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