MAC 小技巧
在Finder 界面标题栏显示全路径
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder 窗口显示全路径
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder 删除以显示默认
终端显示和linux下面类似的前缀:
vim ~/.profile
加入 export PS1="[\u@\h \W]$"
这样在终端里面就不是一坨老长的了