alanhe421 / others-note

Some question
MIT License
1 stars 0 forks source link

Oh My Zsh常用插件 #12

Open alanhe421 opened 6 years ago

alanhe421 commented 6 years ago

配置文件~/.zshrc

  1. git

    大量git操作别名

  2. autojump
  3. zsh-syntax-highlighting 语法高亮
  4. zsh-autosuggestions
alanhe421 commented 2 years ago

优化访问git仓库后造成的卡顿感

# 单个repo
git config --add oh-my-zsh.hide-status 1

# 全局
git config --global oh-my-zsh.hide-status 1
alanhe421 commented 1 year ago
source "$ZSH/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
image

注意,该插件只是给出自动补全建议,并不会提供一堆选择。