Use full PlistBuddy path instead of the alias, so .osx can be used stand-alone.

This commit is contained in:
Mathias Bynens
2011-09-24 11:23:49 +03:00
parent 36c45978f4
commit ba9b8b8a75
Vendored
+1 -1
View File
@@ -87,7 +87,7 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
# Show item info below desktop icons
plistbuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist
/usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist
# Disable the warning before emptying the Trash
defaults write com.apple.finder WarnOnEmptyTrash -bool false