aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-06 18:43:11 +0200
committerMathias Bynens <mathias@qiwi.be>2011-09-06 18:43:11 +0200
commit7638fb5d43c9b0ba99d693218f37ec534aef45c3 (patch)
tree69aa4f4fbf80b5edcd89f01b4db5ea77ccca9beb
parent34b9fcc68ff7f6152a6704d8b8ae736a30593c20 (diff)
downloaddotfiles-7638fb5d43c9b0ba99d693218f37ec534aef45c3.tar.gz
dotfiles-7638fb5d43c9b0ba99d693218f37ec534aef45c3.tar.bz2
dotfiles-7638fb5d43c9b0ba99d693218f37ec534aef45c3.zip
Fix a typo in the fix for the ancient UTF-8 bug in QuickLook.
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 53ba7d0..8c5c8ed 100755
--- a/.osx
+++ b/.osx
@@ -41,4 +41,4 @@ sudo tmutil disablelocal
killall Safari && killall Finder && killall Dock
# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
-echo "0×08000100:0" > ~/.CFUserTextEncoding \ No newline at end of file
+echo "0x08000100:0" > ~/.CFUserTextEncoding \ No newline at end of file