配置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