From 6bc3dd0686d428dbe3689cae21232458fae3ad02 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 6 Oct 2013 21:16:23 +0200 Subject: [PATCH] Show/hide hidden files in Finder: boolean needs to be all caps to work in Mavericks --- aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aliases b/aliases index a9f27aa..4ca8e13 100644 --- a/aliases +++ b/aliases @@ -18,5 +18,5 @@ alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup alias cleanup="find . -type f -name '*.DS_Store' -ls -delete" # Show/hide hidden files in Finder -alias show="defaults write com.apple.Finder AppleShowAllFiles -bool true && killall Finder" -alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool false && killall Finder" \ No newline at end of file +alias show="defaults write com.apple.Finder AppleShowAllFiles -bool TRUE && killall Finder" +alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool FALSE && killall Finder" \ No newline at end of file