Skip to content

Commit

Permalink
.osx: Show hidden files by default in Finder
Browse files Browse the repository at this point in the history
I’ve had the `show` and `hide` aliases for ages, but since I use `show` as
the default setting, it makes sense to include it in `.osx` as well.
  • Loading branch information
mathiasbynens committed Jul 12, 2012
1 parent a1b9a61 commit c53f222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Expand Up @@ -117,6 +117,9 @@ defaults write com.apple.finder QuitMenuItem -bool true
# Finder: disable window animations and Get Info animations
defaults write com.apple.finder DisableAllAnimations -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

Expand Down

0 comments on commit c53f222

Please sign in to comment.