Skip to content

Instantly share code, notes, and snippets.

@davidsword
Created September 14, 2016 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsword/2260e9728a70ee3dadaf8cc0e3ec08ef to your computer and use it in GitHub Desktop.
Save davidsword/2260e9728a70ee3dadaf8cc0e3ec08ef to your computer and use it in GitHub Desktop.
alias showhidden="defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder"
alias nohidden="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