一、設(shè)置terminal顏色高亮顯示
vi ~/.bash_profile
如圖
alias ll='ls -alF'
# Tell ls to be colourful
export CLICOLOR=1
export LSCOLORS=Exfxcxdxbxegedabagacad
# Tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
export TERM="xterm-color"
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles
export PATH=$PATH:/usr/local/mysql/bin
二苟耻、自動(dòng)補(bǔ)全忽略大小寫
打開(kāi)終端显晶,輸入:
nano .inputrc
在里面粘貼上以下語(yǔ)句:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete