Skip to content

Commit

Permalink
Do not show hidden files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Aug 24, 2024
1 parent fc7fc3b commit 42247da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .macos-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defaults write com.apple.dock show-recent-count -int 3
killall Dock

defaults write -g AppleShowAllExtensions -bool true
defaults write com.apple.finder AppleShowAllFiles true
defaults write com.apple.finder AppleShowAllFiles false
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
defaults write com.apple.finder ShowPathbar -bool true

Expand Down

0 comments on commit 42247da

Please sign in to comment.