cd /home/用户名/.oh-my-zsh/custom/plugins

 

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
#编辑~/.zshrc,在plugins=(git)这一行中添加plugins=(git zsh-autosuggestions)
source ~/.zshrc

  

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
# 编辑~/.zshrc,在plugins=(git)这一行中添加plugins=(git zsh-autosuggestions)
source ~/.zshrc

  

相关文章:

  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-12-15
猜你喜欢
  • 2021-12-27
  • 2021-07-09
  • 2022-01-18
  • 2021-11-17
  • 2021-04-26
  • 2022-12-23
相关资源
相似解决方案