From dfe5f4b4d49ab531173b61203ce841400d3db844 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 22 Feb 2014 10:43:46 -0600 Subject: [PATCH] Convert tabs to spaces. --- .osx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.osx b/.osx index e75a461..be7f783 100755 --- a/.osx +++ b/.osx @@ -226,10 +226,10 @@ chflags nohidden ~/Library # Expand the following File Info panes: # “General”, “Open with”, and “Sharing & Permissions” defaults write com.apple.finder FXInfoPanesExpanded -dict \ - General -bool true \ - OpenWith -bool true \ + General -bool true \ + OpenWith -bool true \ Preview -bool false \ - Privileges -bool true + Privileges -bool true ############################################################################### # Dock, Dashboard, and hot corners # @@ -411,6 +411,6 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d ############################################################################### for app in "cfprefsd" "Dock" "Finder" "Mail" "SystemUIServer" "Terminal"; do - killall "${app}" > /dev/null 2>&1 + killall "${app}" > /dev/null 2>&1 done echo "Please log out and log back in to make all settings take effect."