配置ZSH&OHMYZSH

下载插件

git clone git://github.com/zsh-users/zsh-autosuggestions$ZSH_CUSTOM/plugins/zsh-autosuggestions

git clone git://github.com/zsh-users/zsh-syntax-highlighting$ZSH_CUSTOM/plugins/zsh-syntax-highlighting

配置文件

vim ~/.zshrc

 

plugins=(

  git
  zsh-autosuggestions
  zsh-syntax-highlighting
)

更新配置

source .zshrc

posted @ 2023-02-14 10:53  blues2600  阅读(23)  评论(0)    收藏  举报