fix(macos): ignore if xattr already removed flag from Library
This commit is contained in:
parent
16b8337ff2
commit
be5d117105
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv"
|
|||
# defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
|
||||
|
||||
# Show the ~/Library folder
|
||||
chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library
|
||||
chflags nohidden ~/Library && xattr -d com.apple.FinderInfo ~/Library || true
|
||||
|
||||
# Show the /Volumes folder
|
||||
# sudo chflags nohidden /Volumes
|
||||
|
|
Loading…
Add table
Reference in a new issue