Created
January 12, 2011 00:34
-
-
Save miketierney/775457 to your computer and use it in GitHub Desktop.
Keeps Mac OSX from writing the annoying ._ files to remote volumes
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
| defaults write com.apple.desktopservices DSDontWriteNetworkStores true |
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
| defaults write com.macromates.textmate OakDocumentCustomFSMetaData '( afpfs, nfs, msdos, hfs )' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment