📜  哦,我的 zsh 自动完成 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:26.943000             🧑  作者: Mango

代码示例1
1 # clone repo for auto-suggestion and syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

2 # open config file 
nano ~/.zshrc

3 # add "zsh-autosuggestions zsh-syntax-highlighting" in plugins section