File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -788,6 +788,13 @@ defaults write com.twitter.twitter-mac ShowFullNames -bool true
788788# Hide the app in the background if it’s not the front-most window
789789defaults write com.twitter.twitter-mac HideInBackground -bool true
790790
791+ # ##############################################################################
792+ # Tweetbot.app #
793+ # ##############################################################################
794+
795+ # Bypass the annoyingly slow t.co URL shortener
796+ defaults write com.tapbots.TweetbotMac OpenURLsDirectly -bool true
797+
791798# ##############################################################################
792799# Spectacle.app #
793800# ##############################################################################
@@ -823,7 +830,7 @@ defaults write com.divisiblebyzero.Spectacle UndoLastMove -data 62706c6973743030
823830for app in " Activity Monitor" " Address Book" " Calendar" " Contacts" " cfprefsd" \
824831 " Dock" " Finder" " Google Chrome" " Google Chrome Canary" " Mail" " Messages" \
825832 " Opera" " Safari" " SizeUp" " Spectacle" " SystemUIServer" " Terminal" \
826- " Transmission" " Twitter" " iCal" ; do
833+ " Transmission" " Tweetbot " " Twitter" " iCal" ; do
827834 killall " ${app} " & > /dev/null
828835done
829836echo " Done. Note that some of these changes require a logout/restart to take effect."
You can’t perform that action at this time.
0 commit comments