使 Finder 显示 文件夹路径

显示路径:

  cd ~

  defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE

  killall Finder

  

 

不显示路径:

  defaults delete com.apple.finder _FXShowPosixPathInTitle

  killall Finder

  

 

posted @ 2017-10-28 01:52  那一剑的風情  阅读(716)  评论(0编辑  收藏  举报