From e00f487f2522c2536fdafd7f72239531d647a07d Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 22 Sep 2011 09:29:15 +0300 Subject: =?UTF-8?q?Show=20all=20filename=20extensions=20in=20Finder.=20(Ca?= =?UTF-8?q?n=20be=20set=20via=20Finder=20=E2=86=92=20Preferences=20too.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks for the pointer, @Lri! https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-2162323 --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 70c69f9..cd68d61 100755 --- a/.osx +++ b/.osx @@ -13,6 +13,9 @@ defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" +# Show all filename extensions in Finder +defaults write NSGlobalDomain AppleShowAllExtensions -bool true + # Expand save panel by default defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true -- cgit v1.2.3