mac os 系统常用命令配置
语言:
在Finder标题栏上显示完整路径
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

在finder显示隐藏文件夹
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder


#改变shell
chsh -s / bin / bash