Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## ~/.gemrc :update_sources: false ## to update sudo gem source -u ## /Library/LaunchDaemons/local.source.update.gem.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>local.source.update.gem</string> <key>ProgramArguments</key> <array> <string>gem</string> <string>source</string> <string>-u</string> </array> <key>RunAtLoad</key> <true/> <key>StartInterval</key> <integer>86400</integer> </dict> </plist>
This paste will be private.
From the Design Piracy series on my blog: