Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
533:22fb4745cb1b | 534:aee830df7a88 |
---|---|
31 | 31 |
32 [".zsh/zsh-autosuggestions.zsh"] | 32 [".zsh/zsh-autosuggestions.zsh"] |
33 type = "file" | 33 type = "file" |
34 url = "https://github.com/zsh-users/zsh-autosuggestions/raw/master/zsh-autosuggestions.zsh" | 34 url = "https://github.com/zsh-users/zsh-autosuggestions/raw/master/zsh-autosuggestions.zsh" |
35 refreshPeriod = "168h" | 35 refreshPeriod = "168h" |
36 | |
37 [".zsh/completions/_fd"] | |
38 type = "file" | |
39 url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd" | |
40 refreshPeriod = "168h" | |
41 | |
42 [".zsh/completions/_rg"] | |
43 type = "file" | |
44 url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg" | |
45 refreshPeriod = "168h" |