## 命令自动补全插件 zsh-autosuggestions 使用

1,783 阅读1分钟
  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins) github.com/zsh-users/z…
   git clone git@github.com:zsh-users/zsh-autosuggestions.git
  1. Add the plugin to the list of plugins for Oh My Zsh to load: vim ~/.zshrc
plugins=(
 git
 zsh-autosuggestions
)
source ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
  1. Start a new terminal session.