macbook 不显示路径,有时候配置环境变量会迷路。
step1,open terminal
defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true
step2
再起動 Terminal
元の状態に戻したい時(おまけ)
step1
defaults write com.apple.finder _FXShowPosixPathInTitle -boolean false
step2
再起動 Terminal