From 7de44bfbcb8da30b450811e2bac9300521fe5d56 Mon Sep 17 00:00:00 2001 From: Billy-George Price-Sprackland Date: Wed, 1 Apr 2026 04:07:23 +0100 Subject: [PATCH] Update Finder setting to hide filename extensions Changed setting to hide filename extensions in Finder. --- .osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.osx b/.osx index 7290d53..4c265b9 100755 --- a/.osx +++ b/.osx @@ -120,8 +120,8 @@ defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true # Finder: show hidden files by default # defaults write com.apple.finder AppleShowAllFiles -bool true -# Finder: show all filename extensions -defaults write NSGlobalDomain AppleShowAllExtensions -bool true +# Finder: show all filename extensions (Set to True to enable) +defaults write NSGlobalDomain AppleShowAllExtensions -bool false # Finder: show status bar defaults write com.apple.finder ShowStatusBar -bool true