mac技巧

1, finder标题栏显示全路径

命令行执行下面的命令

defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder

2, 显示隐藏文件

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

 

3, 截图保存目录设置

defaults write com.apple.screencapture location ~/Desktop/screenshot ; killall SystemUIServe

 

 

4, 别名设置

编辑 base_profile

alias ls='ls -G'
alias ll='ls -alFG'
alias la='ls -AG'
alias l='ls -CF'

5,jdk目录

命令行输入:

/usr/libexec/java_home -V

 

发表评论

邮箱地址不会被公开。