Created
August 10, 2018 16:54
-
-
Save markysharky70/b473c0de5a375cb79dd1d9dc15f077fe to your computer and use it in GitHub Desktop.
MacOS Finder - Show Full Path In Title Bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
launch a terminal and issue this command: | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment