diff --git a/README.md b/README.md index 14ec937..1858cd6 100644 --- a/README.md +++ b/README.md @@ -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