Added a command to show full path in Finder title

This commit is contained in:
Hummer12007 2015-10-18 13:49:12 +03:00
parent bd60cf9e11
commit c8e6388c2e

View File

@ -271,6 +271,11 @@ 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