Merge pull request #12 from Hummer12007/patch-4

Add a command to show full path in Finder title
This commit is contained in:
Marcel Bischoff 2015-10-18 17:52:58 +02:00
commit 9b700249ee

View File

@ -307,6 +307,11 @@ defaults write com.apple.finder AppleShowAllFiles true
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