Regrouped Finder entries
This commit is contained in:
parent
c8e6388c2e
commit
68d0d1f141
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user