I have a few things set on my computer that I've had for so long, it seems that they were there on the get-go. One of these things is the file path in my Finder windows.
The title of all my Finder windows contains the full path to the active folder instead of just the name of the folder.
If you want to enable this on your own computer, use this simple one-line Terminal command:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall FinderTo undo this, change the "YES" to "NO":
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO; killall Finder


0 comments:
Post a Comment