Last active
March 18, 2018 14:06
-
-
Save jaredreich/4bc431a718402f1c9ca41076dd13acf1 to your computer and use it in GitHub Desktop.
Show full path in macOS finder 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
ON: | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder | |
OFF: | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool false; killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment