Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Show all filename extensions in Finder. (Can be set via Finder → Pref…
Browse files Browse the repository at this point in the history
…erences too.)


Thanks for the pointer, @lri! mathiasbynens#5 (comment)
  • Loading branch information
mathiasbynens authored and phanyzewski committed Sep 5, 2023
1 parent fe59b29 commit 35b2ec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35b2ec6

Please sign in to comment.