zsh-autosuggestion

命令行自动提示工具 zsh-autosuggestion

针对Oh My Zsh的安装

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

    1
    $ git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
  2. Add the plugin to the list of plugins for Oh My Zsh to load:

    1
    plugins=(zsh-autosuggestions)
  3. source ~/.zshrc

如图:
1.png

2.png