Mercurial > dotfiles
diff .chezmoiexternal.toml @ 534:aee830df7a88
Add zsh completions for fd and rg
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 26 Jan 2022 09:37:15 +0100 |
parents | 5d57fac601e3 |
children | 87f5a409ee83 |
line wrap: on
line diff
--- a/.chezmoiexternal.toml Tue Jan 25 21:54:03 2022 +0100 +++ b/.chezmoiexternal.toml Wed Jan 26 09:37:15 2022 +0100 @@ -33,3 +33,13 @@ type = "file" url = "https://github.com/zsh-users/zsh-autosuggestions/raw/master/zsh-autosuggestions.zsh" refreshPeriod = "168h" + +[".zsh/completions/_fd"] + type = "file" + url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd" + refreshPeriod = "168h" + +[".zsh/completions/_rg"] + type = "file" + url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg" + refreshPeriod = "168h"