diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-11-12 11:37:19 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-11-12 11:37:19 +0100 |
commit | d6d083aa9969b74233c351ea1d81f51910ecf789 (patch) | |
tree | 5e57a0cc22d74c72ea3ac176f231668da34473d0 | |
parent | 60e57d4745195eddb04a8e23906f527ad9d6598b (diff) | |
download | dotfiles-d6d083aa9969b74233c351ea1d81f51910ecf789.tar.gz dotfiles-d6d083aa9969b74233c351ea1d81f51910ecf789.tar.bz2 dotfiles-d6d083aa9969b74233c351ea1d81f51910ecf789.zip |
.osx: Bypass t.co URLs in Tweetbot
Hat tip: https://twitter.com/dermdaly/status/664065150329163777
-rwxr-xr-x | .osx | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -789,6 +789,13 @@ defaults write com.twitter.twitter-mac ShowFullNames -bool true defaults write com.twitter.twitter-mac HideInBackground -bool true ############################################################################### +# Tweetbot.app # +############################################################################### + +# Bypass the annoyingly slow t.co URL shortener +defaults write com.tapbots.TweetbotMac OpenURLsDirectly -bool true + +############################################################################### # Spectacle.app # ############################################################################### @@ -823,7 +830,7 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030 for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \ "Dock" "Finder" "Google Chrome" "Google Chrome Canary" "Mail" "Messages" \ "Opera" "Safari" "SizeUp" "Spectacle" "SystemUIServer" "Terminal" \ - "Transmission" "Twitter" "iCal"; do + "Transmission" "Tweetbot" "Twitter" "iCal"; do killall "${app}" &> /dev/null done echo "Done. Note that some of these changes require a logout/restart to take effect." |