fix(macos): Library folder does not need xattr anymore

This commit is contained in:
Saibotk 2024-12-04 12:18:31 +01:00
parent 11a2f937bb
commit 75707e7ed3
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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