Mac 使用经验


开启 Anywhere
sudo spctl --master-disable

在Finder 中央显示路径
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
恢复:
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder

你可能感兴趣的:(Mac 使用经验)