Skip to content

Instantly share code, notes, and snippets.

@jaredreich
Last active March 18, 2018 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredreich/4bc431a718402f1c9ca41076dd13acf1 to your computer and use it in GitHub Desktop.
Save jaredreich/4bc431a718402f1c9ca41076dd13acf1 to your computer and use it in GitHub Desktop.
Show full path in macOS finder title bar
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