Skip to content

Instantly share code, notes, and snippets.

@mcallari
Created June 24, 2014 18:22
Show Gist options
  • Save mcallari/b08e2f9df77c8041ec68 to your computer and use it in GitHub Desktop.
Save mcallari/b08e2f9df77c8041ec68 to your computer and use it in GitHub Desktop.
Show and hide hidden files on OSX aliases
alias showfiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'
alias hidefiles='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