aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-05-01 22:06:58 +0200
committerMathias Bynens <mathias@qiwi.be>2014-05-01 22:06:58 +0200
commitd31606fecc592e46619988005cd5c8ce80c8bb78 (patch)
treee65926741ded616bc01fb088625ff017097401e8 /.osx
parenta76db30d6529e41138009fe3dc67f21ba782496e (diff)
downloaddotfiles-d31606fecc592e46619988005cd5c8ce80c8bb78.tar.gz
dotfiles-d31606fecc592e46619988005cd5c8ce80c8bb78.tar.bz2
dotfiles-d31606fecc592e46619988005cd5c8ce80c8bb78.zip
.osx: Don’t show hidden files by default
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.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
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