From d88cefea73582dd3ca261e4f714791f8986b296e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 6 Mar 2014 10:39:38 -0600 Subject: [PATCH] Better default - show all file extensions. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index 784b15e..e7cd590 100755 --- a/.osx +++ b/.osx @@ -151,7 +151,7 @@ defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true # defaults write com.apple.finder AppleShowAllFiles -bool true # Finder: show all filename extensions -# defaults write NSGlobalDomain AppleShowAllExtensions -bool true +defaults write NSGlobalDomain AppleShowAllExtensions -bool true # Finder: show status bar defaults write com.apple.finder ShowStatusBar -bool true