Skip to content

Instantly share code, notes, and snippets.

@chawkinsuf
Created December 4, 2014 19:04
Show Gist options
  • Save chawkinsuf/a9dce1870fe1b5c6f885 to your computer and use it in GitHub Desktop.
Save chawkinsuf/a9dce1870fe1b5c6f885 to your computer and use it in GitHub Desktop.
Toggle visibility of hidden files in osx
alias hiddenshow='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'
alias hiddenhide='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment