terminal - zsh-autosuggestions提示工具

  1. Clone this repository somewhere on your machine. This guide will assume ~/.zsh/zsh-autosuggestions.
 git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
  1. Add the following to your .zshrc:
vim ~/.zshrc 

将下列语句添加到 ~/.zshrc 文件中

source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
  1. Start a new terminal session.

你可能感兴趣的:(终端(terminal))