diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-10-22 20:49:48 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-10-22 20:49:48 +0300 |
commit | 81da8db24720ece87ee4315bcb659716b7588136 (patch) | |
tree | afa1abaaa7b353135052f3ce743061c3e65a4e47 | |
parent | 59c28630840b7a0d25b760ab43a5ff185a70c06c (diff) | |
download | dotfiles-81da8db24720ece87ee4315bcb659716b7588136.tar.gz dotfiles-81da8db24720ece87ee4315bcb659716b7588136.tar.bz2 dotfiles-81da8db24720ece87ee4315bcb659716b7588136.zip |
Clarify Dropbox icon comment.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ hash tmutil &> /dev/null && sudo tmutil disablelocal # Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :( #echo "0x08000100:0" > ~/.CFUserTextEncoding -# Remove the green checkmark icons in Dropbox +# Remove Dropbox’s green checkmark icons in Finder.app file=/Applications/Dropbox.app/Contents/Resources/check.icns [ -e "$file" ] && mv -f "$file" "$file.bak" unset file |