Skip to content

Instantly share code, notes, and snippets.

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 zikkeung/6290615 to your computer and use it in GitHub Desktop.
Save zikkeung/6290615 to your computer and use it in GitHub Desktop.
在Finder标题栏显示当前文件夹路径
打开“终端”(应用程序->实用工具),输入以下两条命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment