diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 11:23:49 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 11:23:49 +0300 |
commit | ba9b8b8a75e028d452cb96e11db08ca7b9e958eb (patch) | |
tree | e10d79f9749601393712eb702348615f2c2cd8f7 | |
parent | 36c45978f4a0ed051cc0526ec3f83e57340ebfbf (diff) | |
download | dotfiles-ba9b8b8a75e028d452cb96e11db08ca7b9e958eb.tar.gz dotfiles-ba9b8b8a75e028d452cb96e11db08ca7b9e958eb.tar.bz2 dotfiles-ba9b8b8a75e028d452cb96e11db08ca7b9e958eb.zip |
Use full PlistBuddy path instead of the alias, so `.osx` can be used stand-alone.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |