Skip to content

Commit

Permalink
.macos: fix showing ~/Library folder in macOS 10.15 (Catalina) (mathi…
Browse files Browse the repository at this point in the history
  • Loading branch information
volt4ire authored Apr 3, 2020
1 parent 3fbceb4 commit 13e29f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .macos
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ defaults write com.apple.finder WarnOnEmptyTrash -bool false
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true

# Show the ~/Library folder
chflags nohidden ~/Library
chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library

# Show the /Volumes folder
sudo chflags nohidden /Volumes
Expand Down

0 comments on commit 13e29f4

Please sign in to comment.