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
用惯了windows命令行工具的按Tab自动补全路径功能后,在mac terminal上敲命令很不习惯.其实mac terminal也有这个功能. 在命令行输入nano .inputrc 进入.inputrc的编辑界面,输入如下语句: set completion-ignore-case on set show-all-if-ambiguous on TAB: menu-complete Control+O保存.重启terminal即生效
mac 配色 mac shell配色 ~/.bash_profile是bash shell中当前登录用户的配置文件.bash是“终端”中默认的shell. alias ls=”ls -G”是给”ls -G”起了一个别名,当执行ls时,就相当于执行了ls -G. CLICOLOR是用来设置是否进行颜色的显示.CLI是Command Line Interface的缩写. LSCOLORS是用来设置当CLICOLOR被启用后,各种文件类型的颜色.LSCOLORS的值中每两个字母为一组,分别设置某个文
For resolve your problem you must : Connect on your jenkins url (http://[IP]:8080/) Click on Manage Jenkins from left side panel. Click on Script Console Copy this into the field System.setProperty("hudson.model.DirectoryBrowserSupport.CSP",&quo