Skip to content

Instantly share code, notes, and snippets.

@Angluca
Last active February 23, 2024 06:33
Show Gist options
  • Save Angluca/05c881e621d18d6568ef056007e51316 to your computer and use it in GitHub Desktop.
Save Angluca/05c881e621d18d6568ef056007e51316 to your computer and use it in GitHub Desktop.
zsh autocomple
# install zi and add plugin to your.zshrc
zi light marlonrichert/zsh-autocomplete

Or

# to ~/.zshrc
if type brew &>/dev/null
then
  FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"

  autoload -Uz compinit
  compinit
fi

https://docs.brew.sh/Shell-Completion

Or

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment