Answers for "complete command in zsh"

0

complete command in zsh

//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)
Posted by: Guest on April-29-2021

Code answers related to "complete command in zsh"

Browse Popular Code Answers by Language