Regrouped Finder entries

This commit is contained in:
Hummer12007 2015-10-18 18:19:25 +03:00
parent c8e6388c2e
commit 68d0d1f141

View File

@ -271,16 +271,16 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true
defaults write com.apple.finder AppleShowAllFiles 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 #### Restore Default File Visibility
```bash ```bash
defaults write com.apple.finder AppleShowAllFiles false 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 #### Unhide User Library folder
```bash ```bash
chflags nohidden ~/Library chflags nohidden ~/Library