From 75707e7ed37a42e60cf233a13c91c7e4e6e3a3b6 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Wed, 4 Dec 2024 12:18:31 +0100 Subject: [PATCH] fix(macos): Library folder does not need xattr anymore --- macos/.macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/.macos b/macos/.macos index 3f6f845..858f3a2 100644 --- a/macos/.macos +++ b/macos/.macos @@ -335,7 +335,7 @@ defaults write com.apple.finder FXRemoveOldTrashItems -bool true # defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true # Show the ~/Library folder -chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library || true +chflags nohidden ~/Library # Show the /Volumes folder # sudo chflags nohidden /Volumes