使 Finder 显示 文件夹路径
显示路径:
cd ~
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE
killall Finder

不显示路径:
defaults delete com.apple.finder _FXShowPosixPathInTitle
killall Finder

显示路径:
cd ~
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE
killall Finder

不显示路径:
defaults delete com.apple.finder _FXShowPosixPathInTitle
killall Finder
