From 68d0d1f1413c56ccceafe44dd36cab002c75c431 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sun, 18 Oct 2015 18:19:25 +0300 Subject: [PATCH] Regrouped Finder entries --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46eb4a8..f318b29 100644 --- a/README.md +++ b/README.md @@ -271,16 +271,16 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true defaults write com.apple.finder AppleShowAllFiles true ``` -#### Show Full Path in Finder Title -```bash -defaults write com.apple.finder _FXShowPosixPathInTitle -bool true -``` - #### Restore Default File Visibility ```bash defaults write com.apple.finder AppleShowAllFiles false ``` +#### Show Full Path in Finder Title +```bash +defaults write com.apple.finder _FXShowPosixPathInTitle -bool true +``` + #### Unhide User Library folder ```bash chflags nohidden ~/Library