From d31606fecc592e46619988005cd5c8ce80c8bb78 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 1 May 2014 22:06:58 +0200 Subject: =?UTF-8?q?.osx:=20Don=E2=80=99t=20show=20hidden=20files=20by=20de?= =?UTF-8?q?fault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most of the time I don’t need it, and when I do, I can temporarily enable it using the `show` alias, and revert it using the `hide` alias. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index cecdd4d..c0a41d8 100755 --- a/.osx +++ b/.osx @@ -236,7 +236,7 @@ defaults write com.apple.finder ShowMountedServersOnDesktop -bool true defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true # Finder: show hidden files by default -defaults write com.apple.finder AppleShowAllFiles -bool true +#defaults write com.apple.finder AppleShowAllFiles -bool true # Finder: show all filename extensions defaults write NSGlobalDomain AppleShowAllExtensions -bool true -- cgit v1.2.3