Mac下快捷显示finder中文件路径

打开“终端”,输入以下两条命令:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder

恢复默认状态

defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder

 

posted @ 2017-06-20 22:12  douglasvegas  阅读(228)  评论(0)    收藏  举报