Skip to content

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
parejadan authored and Daniel Pareja committed Sep 22, 2011
1 parent dc959ce commit 277c992
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 277c992

Please sign in to comment.