Mercurial > dotfiles
diff .chezmoiexternal.toml @ 586:d2a4d0b67e35
Add completions for brew and chezmoi
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 14 Apr 2022 11:07:48 +0200 |
parents | d16dddcf165e |
children | 77280c499124 |
line wrap: on
line diff
--- a/.chezmoiexternal.toml Sun Apr 10 12:03:22 2022 +0200 +++ b/.chezmoiexternal.toml Thu Apr 14 11:07:48 2022 +0200 @@ -58,4 +58,14 @@ [".zsh/completions/_rg"] type = "file" url = "https://github.com/BurntSushi/ripgrep/raw/13.0.0/complete/_rg" + +[".zsh/completions/_brew"] + type = "file" + url = "https://github.com/Homebrew/brew/raw/master/completions/zsh/_brew" + refreshPeriod = "168h" + +[".zsh/completions/_chezmoi"] + type = "file" + url = "https://github.com/twpayne/chezmoi/raw/v2.15.1/completions/chezmoi.zsh" + {{- end}}