显示路径:
cd ~
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE
killall Finder
不显示路径:
defaults delete com.apple.finder _FXShowPosixPathInTitle
killall Finder
2022-07-28 16:56:54
显示路径:
cd ~
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE
killall Finder
不显示路径:
defaults delete com.apple.finder _FXShowPosixPathInTitle
killall Finder
下一篇:adb常用命令大全