显示路径:
cd ~
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE
killall Finder
不显示路径:
defaults delete com.apple.finder _FXShowPosixPathInTitle
使 Finder 显示 文件夹路径
原文:http://www.cnblogs.com/SZxiaochun/p/7745824.html