环境:ubuntu16.04 ubuntu在默认情况下是显示绝对路径的,进入目录过长的时候让人感觉很不舒服,现在修改成只显示当前目录 vim ~/.bashrc 找到这句 # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*) # PS1="\e]0;$debianchroot:+($debianchroot)\u@\h:\w\a$PS1" PS1=&quo
Mac Finder 显示路径和复制路径 学习了:https://www.jianshu.com/p/757f9ffc5acf 设置 defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder 还原 defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder