📜  zsh 中的完整命令 - 任何代码示例

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

代码示例1
//First open .zshrc file and then copy past the lines below!
open .zshrc

autoload -U compinit promptinit
compinit
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
fpath=(/usr/local/share/zsh-completions $fpath)