fix(macos): Library folder does not need xattr anymore
This commit is contained in:
parent
11a2f937bb
commit
75707e7ed3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ defaults write com.apple.finder FXRemoveOldTrashItems -bool true
|
||||||
# defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
|
# defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
|
||||||
|
|
||||||
# Show the ~/Library folder
|
# Show the ~/Library folder
|
||||||
chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library || true
|
chflags nohidden ~/Library
|
||||||
|
|
||||||
# Show the /Volumes folder
|
# Show the /Volumes folder
|
||||||
# sudo chflags nohidden /Volumes
|
# sudo chflags nohidden /Volumes
|
||||||
|
|
Loading…
Add table
Reference in a new issue